Lines Matching refs:probes_opcode_t
178 void __kprobes probes_simulate_nop(probes_opcode_t opcode, in probes_simulate_nop()
184 void __kprobes probes_emulate_none(probes_opcode_t opcode, in probes_emulate_none()
198 static probes_opcode_t __kprobes
199 prepare_emulated_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in prepare_emulated_insn()
225 set_emulated_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in set_emulated_insn()
261 static bool __kprobes decode_regs(probes_opcode_t *pinsn, u32 regs, bool modify) in decode_regs()
263 probes_opcode_t insn = *pinsn; in decode_regs()
264 probes_opcode_t mask = 0xf; /* Start at least significant nibble */ in decode_regs()
268 probes_opcode_t new_bits = INSN_NEW_BITS; in decode_regs()
346 int action, probes_opcode_t insn, in run_checkers()
414 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn()
426 probes_opcode_t origin_insn = insn; in probes_decode_insn()