Searched defs:is_trap (Results 1 – 4 of 4) sorted by relevance
22 #define is_trap(instr) (IS_TW(instr) || IS_TD(instr) || \ macro25 #define is_trap(instr) (IS_TW(instr) || IS_TWI(instr)) macro
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