Home
last modified time | relevance | path

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

/openbsd/sys/arch/i386/include/
H A Dtrap.h59 #define T_SEGNPFLT 16 /* segment not present fault */ macro
/openbsd/sys/arch/amd64/include/
H A Dtrap.h59 #define T_SEGNPFLT 16 /* segment not present fault */ macro
/openbsd/sys/arch/i386/i386/
H A Dtrap.c275 case T_SEGNPFLT: in trap()
358 case T_SEGNPFLT|T_USER: in trap()
H A Dlocore.s1043 TRAP(T_SEGNPFLT)
/openbsd/sys/arch/amd64/amd64/
H A Dtrap.c397 case T_SEGNPFLT: in usertrap()
/openbsd/sys/arch/amd64/stand/libsa/
H A Dgidt.S303 IENTRY(np,T_SEGNPFLT) /* #NP segment not present */
/openbsd/sys/arch/i386/stand/libsa/
H A Dgidt.S304 IENTRY(np,T_SEGNPFLT) /* #NP segment not present */