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