Lines Matching refs:TT_TRAP
199 #define TARGET_TT_SYSCALL (TT_TRAP + 0x10) /* t_linux */
201 #define TARGET_TT_SYSCALL (TT_TRAP + 0x6d) /* tl0_linux64 */
247 case TT_TRAP + 0x01: /* breakpoint */ in cpu_loop()
252 case TT_TRAP + 0x02: /* div0 */ in cpu_loop()
257 case TT_TRAP + 0x03: /* flush windows */ in cpu_loop()
262 case TT_TRAP + 0x20: /* getcc */ in cpu_loop()
266 case TT_TRAP + 0x21: /* setcc */ in cpu_loop()
270 case TT_TRAP + 0x22: /* getpsr */ in cpu_loop()
276 case TT_TRAP + 0x6e: in cpu_loop()
280 case TT_TRAP + 0x6f: in cpu_loop()
348 if (trapnr >= TT_TRAP && trapnr <= TT_TRAP + 0x7f) { in cpu_loop()