Searched defs:is_trap (Results 1 – 3 of 3) sorted by relevance
23 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \ macro26 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr)) macro
34 static bool is_trap(unsigned long addr, s32 *start, s32 *end) in is_trap() function
697 bool is_trap; member