Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dprobes.h19 typedef void (probes_insn_handler_t)(probes_opcode_t, typedef
31 probes_insn_handler_t *insn_handler;
/arch/arm/probes/
Ddecode.h306 probes_insn_handler_t *handler;
400 probes_insn_handler_t probes_simulate_nop;
401 probes_insn_handler_t probes_emulate_none;
/arch/arm/probes/kprobes/
Dactions-common.c128 probes_insn_handler_t *handler = 0; in kprobe_decode_ldmstm()