Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h130 #define TARGET_ILL_ILLTRP (4) /* Illegal trap. */ macro
/openbmc/qemu/linux-user/m68k/
H A Dcpu_loop.c78 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLTRP, env->pc); in cpu_loop()
/openbmc/qemu/linux-user/arm/
H A Dcpu_loop.c434 force_sig_fault(TARGET_SIGILL, TARGET_ILL_ILLTRP, in cpu_loop()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h649 #define TARGET_ILL_ILLTRP (4) /* illegal trap */ macro