Home
last modified time | relevance | path

Searched refs:ILL_PRVOPC (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNetBSDSignals.cpp38 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset()
H A DFreeBSDSignals.cpp42 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset()
H A DLinuxSignals.cpp53 ADD_SIGCODE(SIGILL, 4, ILL_PRVOPC, 5, "privileged opcode"); in Reset()
/freebsd/sys/sys/
H A Dsignal.h294 #define ILL_PRVOPC 5 /* Privileged opcode. */ macro
/freebsd/sys/i386/i386/
H A Dtrap.c335 ucode = ILL_PRVOPC; in trap()
826 *ucode = ILL_PRVOPC; in trap_pfault()
/freebsd/sys/arm64/arm64/
H A Dtrap.c708 call_trapsignal(td, SIGILL, ILL_PRVOPC, in do_el0_sync()
/freebsd/sys/powerpc/powerpc/
H A Dtrap.c416 ucode = ILL_PRVOPC; in trap()
/freebsd/sys/amd64/amd64/
H A Dtrap.c315 ucode = ILL_PRVOPC; in trap()