Home
last modified time | relevance | path

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

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