Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c170 si_code = TARGET_ILL_PRVOPC; in cpu_loop()
178 si_code = TARGET_ILL_PRVOPC; in cpu_loop()
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h131 #define TARGET_ILL_PRVOPC (5) /* Privileged opcode. */ macro
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c322 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->pc); in cpu_loop()
330 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->pc); in cpu_loop()
/openbmc/qemu/linux-user/hppa/
H A Dcpu_loop.c159 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, env->iaoq_f); in cpu_loop()
/openbmc/qemu/linux-user/xtensa/
H A Dcpu_loop.c169 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVOPC, in cpu_loop()
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h650 #define TARGET_ILL_PRVOPC (5) /* privileged opcode */ macro