Home
last modified time | relevance | path

Searched refs:insn_handler (Results 1 – 6 of 6) sorted by relevance

/arch/arm/include/asm/
Dprobes.h37 probes_insn_handler_t *insn_handler; member
/arch/arm/kernel/
Dkprobes-common.c159 asi->insn_handler = handler; in kprobe_decode_ldmstm()
168 asi->insn_handler = handler; in kprobe_decode_ldmstm()
Dkprobes-thumb.c75 asi->insn_handler = t32_simulate_cond_branch; in t32_decode_cond_branch()
429 asi->insn_handler = t16_simulate_cond_branch; in t16_decode_cond_branch()
520 asi->insn_handler = t16_emulate_hiregs; in t16_decode_hiregs()
554 asi->insn_handler = t16_emulate_push; in t16_decode_push()
609 asi->insn_handler = insn & 0x100 ? t16_emulate_pop_pc in t16_decode_pop()
Dprobes.c431 asi->insn_handler = actions[d->handler.action].handler; in probes_decode_insn()
442 asi->insn_handler = actions[d->handler.action].handler; in probes_decode_insn()
Dprobes-thumb.c851 asi->insn_handler(opcode, asi, regs); in thumb16_singlestep()
860 asi->insn_handler(opcode, asi, regs); in thumb32_singlestep()
Dprobes-arm.c711 asi->insn_handler(insn, asi, regs); in arm_singlestep()