Searched refs:probes_decode_insn (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | checkers-thumb.c | 75 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in t32_check_stack()
|
H A D | checkers-arm.c | 83 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in arm_check_stack()
|
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | checkers-thumb.c | 75 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in t32_check_stack()
|
H A D | checkers-arm.c | 83 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); in arm_check_stack()
|
/kernel/linux/linux-5.10/arch/arm/probes/ |
H A D | decode.h | 113 * decoding tables for use by probes_decode_insn. 380 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
|
H A D | decode-thumb.c | 868 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()
|
H A D | decode.c | 368 * probes_decode_insn operates on data tables in order to decode an ARM 411 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn() function
|
H A D | decode-arm.c | 726 return probes_decode_insn(insn, asi, probes_decode_arm_table, false, in arm_probes_decode_insn()
|
/kernel/linux/linux-6.6/arch/arm/probes/ |
H A D | decode.h | 113 * decoding tables for use by probes_decode_insn. 380 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
|
H A D | decode-thumb.c | 868 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()
|
H A D | decode.c | 368 * probes_decode_insn operates on data tables in order to decode an ARM 411 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn() function
|
H A D | decode-arm.c | 726 return probes_decode_insn(insn, asi, probes_decode_arm_table, false, in arm_probes_decode_insn()
|
Completed in 8 milliseconds