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.h25 typedef void (probes_insn_handler_t)(probes_opcode_t, typedef
37 probes_insn_handler_t *insn_handler;
/arch/arm/kernel/
Dprobes.h313 probes_insn_handler_t *handler;
399 probes_insn_handler_t probes_simulate_nop;
400 probes_insn_handler_t probes_emulate_none;
Dkprobes-common.c131 probes_insn_handler_t *handler = 0; in kprobe_decode_ldmstm()