Home
last modified time | relevance | path

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

/qemu/bsd-user/freebsd/
H A Dtarget_os_siginfo.h129 #define TARGET_ILL_ILLADR (3) /* Illegal addressing mode. */ macro
/qemu/linux-user/ppc/
H A Dcpu_loop.c162 si_code = TARGET_ILL_ILLADR; in cpu_loop()
/qemu/linux-user/
H A Dsyscall_defs.h648 #define TARGET_ILL_ILLADR (3) /* illegal addressing mode */ macro