Searched refs:T_RESERVED (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/x86/include/
H A Dtrap.h64 #define T_RESERVED 30 /* reserved (unknown) */ macro
89 #define BUS_SEGM_FAULT T_RESERVED /* segment protection base */
/freebsd-10-stable/sys/sparc64/include/
H A Dtrap.h34 #define T_RESERVED 0 macro
/freebsd-10-stable/sys/i386/i386/
H A Dexception.s139 pushl $0; TRAP(T_RESERVED)
H A Dtrap.c153 "reserved (unknown) fault", /* 30 T_RESERVED */
222 if (type == T_RESERVED) {
/freebsd-10-stable/sys/i386/xen/
H A Dexception.s145 pushl $0; TRAP(T_RESERVED)
/freebsd-10-stable/sys/amd64/amd64/
H A Dtrap.c144 "reserved (unknown) fault", /* 30 T_RESERVED */
206 if (type == T_RESERVED) {
H A Dexception.S140 TRAP(T_RESERVED)
/freebsd-10-stable/sys/sparc64/sparc64/
H A Dexception.S472 tl0_gen T_RESERVED
497 tl1_gen T_RESERVED
1994 tl0_gen T_RESERVED ! 0x35
1996 tl0_gen T_RESERVED ! 0x36
2099 tl1_gen T_RESERVED ! 0x235
2101 tl1_gen T_RESERVED ! 0x236

Completed in 131 milliseconds