Home
last modified time | relevance | path

Searched refs:ILL_ILLOPN (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignal.h306 #define ILL_ILLOPN 2 /* Illegal operand. */ macro
/f-stack/freebsd/arm64/arm64/
H A Dtrap.c190 call_trapsignal(td, SIGILL, ILL_ILLOPN, (void *)frame->tf_elr, in svc_handler()