Searched refs:is_trap (Results 1 – 8 of 8) sorted by relevance
34 static bool is_trap(unsigned long addr, s32 *start, s32 *end) in is_trap() function78 found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end); in is_module_cfi_trap()96 if (is_trap(addr, __start___kcfi_traps, __stop___kcfi_traps)) in is_cfi_trap()
23 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \ macro26 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr)) macro
28 return (is_trap(*insn)); in is_trap_insn()
330 if (is_trap(instr)) in kprobe_handler()348 if (kcb->kprobe_status == KPROBE_HIT_SS && is_trap(insn)) { in kprobe_handler()
697 bool is_trap; member
315 filter->is_trap = true; in ocelot_flower_parse_action()
1435 trap->is_trap = true; in ocelot_trap_add()
327 if (!trap->is_trap) in felix_update_trapping_destinations()