Home
last modified time | relevance | path

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

/qemu/linux-user/ppc/
H A Dcpu_loop.c154 si_code = TARGET_ILL_PRVREG; in cpu_loop()
173 si_code = TARGET_ILL_PRVREG; in cpu_loop()
/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h132 #define TARGET_ILL_PRVREG (6) /* Privileged register. */ macro
/qemu/linux-user/hppa/
H A Dcpu_loop.c161 force_sig_fault(TARGET_SIGILL, TARGET_ILL_PRVREG, env->iaoq_f); in cpu_loop()
/qemu/linux-user/
H A Dsyscall_defs.h651 #define TARGET_ILL_PRVREG (6) /* privileged register */ macro