Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h204 #define IDT_DF 8 /* #DF: Double Fault */ macro
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1945 if (type1 == VM_INTINFO_HWEXCEPTION && vector1 == IDT_DF) { in nested_fault()
1961 *retinfo = IDT_DF; in nested_fault()
2063 if (vector == IDT_DF) in vm_inject_exception()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c1742 setidt(IDT_DF, &IDTVEC(dblfault), SDT_SYSIGT, SEL_KPL, 1); in hammer_time()
/f-stack/freebsd/amd64/vmm/amd/
H A Dsvm.c1418 case IDT_DF: in svm_vmexit()
/f-stack/freebsd/i386/i386/
H A Dmachdep.c2242 setidt(IDT_DF, 0, SDT_SYSTASKGT, SEL_KPL, GSEL(GPANIC_SEL, in i386_setidt1()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2630 (intr_vec != IDT_DF) && in vmx_exit_process()