Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dtrap.h59 #define T_SEGNPFLT 26 /* segment not present fault */ macro
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c110 case T_SEGNPFLT: return (SIGSEGV); in gdb_cpu_signal()
H A Dtrap.c142 [T_SEGNPFLT] = { .ei = true, .msg = "segment not present fault" },
392 case T_SEGNPFLT: /* segment not present fault */ in trap()
539 case T_SEGNPFLT: /* segment not present fault */ in trap()
H A Dexception.S121 pushl $T_SEGNPFLT
/freebsd/sys/amd64/amd64/
H A Dtrap.c144 [T_SEGNPFLT] = "segment not present fault",
285 case T_SEGNPFLT: in trap()
356 case T_SEGNPFLT: /* segment not present fault */ in trap()
461 case T_SEGNPFLT: /* segment not present fault */ in trap()
H A Dgdb_machdep.c146 case T_SEGNPFLT: return (SIGSEGV); in gdb_cpu_signal()
H A Dexception.S463 PROTF_ENTRY missing, T_SEGNPFLT