Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dsegments.h204 #define IDT_NP 11 /* #NP: Segment Not Present */ macro
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c390 idtvec = IDT_NP; in validate_seg_desc()
760 sel_exception(vcpu, IDT_NP, nt_sel, ext); in vmexit_task_switch()
/freebsd/sys/i386/i386/
H A Dmachdep.c1334 setidt(IDT_NP, &IDTVEC(missing), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1440 setidt(IDT_NP, pti ? &IDTVEC(missing_pti) : &IDTVEC(missing), in hammer_time()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c1413 case IDT_NP: in svm_vmexit()
/freebsd/sys/amd64/vmm/
H A Dvmm.c2131 case IDT_NP: in exception_class()