Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dtrap.h66 #define T_RESERVED 30 /* reserved (unknown) */ macro
/f-stack/freebsd/i386/i386/
H A Dexception.s148 pushl $0; TRAP(T_RESERVED)
323 movl $T_RESERVED, TF_TRAPNO(%esp)
632 movl $T_RESERVED, TF_TRAPNO(%esp)
H A Dtrap.c231 if (type == T_RESERVED) { in trap()
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c151 [T_RESERVED] = "reserved (unknown) fault",
212 if (type == T_RESERVED) { in trap()
H A Dexception.S178 TRAP rsvd, T_RESERVED