Lines Matching refs:probes_opcode_t
175 void __kprobes probes_simulate_nop(probes_opcode_t opcode, in probes_simulate_nop()
181 void __kprobes probes_emulate_none(probes_opcode_t opcode, in probes_emulate_none()
195 static probes_opcode_t __kprobes
196 prepare_emulated_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in prepare_emulated_insn()
222 set_emulated_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in set_emulated_insn()
258 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) in decode_regs()
260 probes_opcode_t insn = *pinsn; in decode_regs()
261 probes_opcode_t mask = 0xf; /* Start at least significant nibble */ in decode_regs()
265 probes_opcode_t new_bits = INSN_NEW_BITS; in decode_regs()
343 int action, probes_opcode_t insn, in run_checkers()
411 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn()
423 probes_opcode_t origin_insn = insn; in probes_decode_insn()