Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm/probes/kprobes/
Dcheckers-thumb.c75 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in t32_check_stack()
Dcheckers-arm.c83 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in arm_check_stack()
/Linux-v6.6/arch/arm/probes/
Ddecode-thumb.c868 return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true, in thumb16_probes_decode_insn()
879 return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true, in thumb32_probes_decode_insn()
Ddecode.h380 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
Ddecode.c411 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn() function
Ddecode-arm.c726 return probes_decode_insn(insn, asi, probes_decode_arm_table, false, in arm_probes_decode_insn()