Home
last modified time | relevance | path

Searched refs:probes_insn_handler_t (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/include/asm/
H A Dprobes.h19 typedef void (probes_insn_handler_t)(probes_opcode_t, typedef
31 probes_insn_handler_t *insn_handler;
/linux/arch/arm/probes/
H A Ddecode.h282 probes_insn_handler_t *handler;
376 probes_insn_handler_t probes_simulate_nop;
377 probes_insn_handler_t probes_emulate_none;
/linux/arch/arm/probes/kprobes/
H A Dactions-common.c130 probes_insn_handler_t *handler = 0; in kprobe_decode_ldmstm()