Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h207 #define IDT_NP 11 /* #NP: Segment Not Present */ macro
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1747 setidt(IDT_NP, pti ? &IDTVEC(missing_pti) : &IDTVEC(missing), in hammer_time()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1410 case IDT_NP: in svm_vmexit()
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1920 case IDT_NP: in exception_class()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2248 setidt(IDT_NP, &IDTVEC(missing), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()