Searched refs:is_trap (Results 1 – 5 of 5) sorted by relevance
51 static bool is_trap(unsigned long addr, s32 *start, s32 *end) in is_trap() function94 found = is_trap(addr, mod->kcfi_traps, mod->kcfi_traps_end); in is_module_cfi_trap()110 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()
699 bool is_trap; member
1682 trap->is_trap = true; in ocelot_trap_add()