Searched refs:probes_decode_insn (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | checkers-thumb.c | 83 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in t32_check_stack()
|
D | checkers-arm.c | 91 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in arm_check_stack()
|
/linux-4.4.14/arch/arm/probes/ |
D | decode-thumb.c | 871 return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true, in thumb16_probes_decode_insn() 882 return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true, in thumb32_probes_decode_insn()
|
D | decode.h | 411 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
|
D | decode.c | 414 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn() function
|
D | decode-arm.c | 734 return probes_decode_insn(insn, asi, probes_decode_arm_table, false, in arm_probes_decode_insn()
|