Searched refs:stack_check_actions (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/probes/kprobes/ |
H A D | checkers.h | 46 extern const union decode_action stack_check_actions[];
|
H A D | checkers-common.c | 90 const union decode_action stack_check_actions[] = { variable in typeref:union:decode_action
|
H A D | checkers-thumb.c | 83 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); t32_check_stack()
|
H A D | checkers-arm.c | 91 return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL); arm_check_stack()
|
Completed in 65 milliseconds