Home
last modified time | relevance | path

Searched refs:TT_TRAP (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c199 #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()
[all …]
/openbmc/qemu/target/sparc/
H A Dcpu.h70 #define TT_TRAP 0x80 macro
97 #define TT_TRAP 0x100 macro
H A Dtranslate.c2758 trap = tcg_constant_i32((rs2_or_imm & mask) + TT_TRAP); in do_tcc()
2770 tcg_gen_addi_i32(trap, trap, TT_TRAP); in do_tcc()