Home
last modified time | relevance | path

Searched refs:T_PRIVINFLT (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dtrap.h46 #define T_PRIVINFLT 1 /* privileged instruction */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c132 [T_PRIVINFLT] = { .ei = true, .msg = "privileged instruction fault" },
308 case T_PRIVINFLT: /* privileged instruction fault */ in trap()
395 type = frame->tf_trapno = T_PRIVINFLT; in trap()
H A Dexception.s116 pushl $0; TRAP(T_PRIVINFLT)
288 pushl $T_PRIVINFLT
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c122 [T_PRIVINFLT] = "privileged instruction fault",
271 case T_PRIVINFLT: /* privileged instruction fault */ in trap()
H A Dexception.S175 TRAP ill, T_PRIVINFLT