Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c199 #define TARGET_TT_SYSCALL (TT_TRAP + 0x10) /* t_linux */ macro
201 #define TARGET_TT_SYSCALL (TT_TRAP + 0x6d) /* tl0_linux64 */ macro
226 case TARGET_TT_SYSCALL: in cpu_loop()