Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNetBSDSignals.cpp40 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset()
H A DFreeBSDSignals.cpp44 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset()
H A DLinuxSignals.cpp55 ADD_SIGCODE(SIGILL, 4, ILL_COPROC, 7, "coprocessor error"); in Reset()
/freebsd/sys/sys/
H A Dsignal.h296 #define ILL_COPROC 7 /* Coprocessor error. */ macro
/freebsd/sys/i386/i386/
H A Dtrap.c474 ucode = ILL_COPROC; in trap()
/freebsd/sys/amd64/amd64/
H A Dtrap.c417 ucode = ILL_COPROC; in trap()