Searched refs:T_SEGNPFLT (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/sys/x86/include/
H A Dtrap.h60 #define T_SEGNPFLT 26 /* segment not present fault */ macro
87 #define BUS_SEGNP_FAULT T_SEGNPFLT /* segment not present */
/freebsd-10.2-release/sys/i386/i386/
H A Dexception.s129 TRAP(T_SEGNPFLT)
H A Dtrap.c147 "segment not present fault", /* 26 T_SEGNPFLT */
364 case T_SEGNPFLT: /* segment not present fault */
575 case T_SEGNPFLT: /* segment not present fault */
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.c136 "segment not present fault", /* 26 T_SEGNPFLT */
311 case T_SEGNPFLT: /* segment not present fault */
461 case T_SEGNPFLT: /* segment not present fault */
H A Dexception.S158 movl $T_SEGNPFLT,TF_TRAPNO(%rsp)
/freebsd-10.2-release/sys/i386/xen/
H A Dexception.s135 TRAP(T_SEGNPFLT)
/freebsd-10.2-release/sys/i386/svr4/
H A Dsvr4_machdep.c381 case T_SEGNPFLT:

Completed in 151 milliseconds