Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/alpha/
H A Dcpu_loop.c149 force_sig_fault(TARGET_SIGTRAP, TARGET_TRAP_UNK, env->pc); in cpu_loop()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h694 #define TARGET_TRAP_UNK (5) /* undiagnosed trap */ macro