Searched refs:IDT_PF (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/x86/include/ |
| H A D | segments.h | 210 #define IDT_PF 14 /* #PF: Page Fault */ macro
|
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm.c | 1915 case IDT_PF: in exception_class() 2133 vm_inject_fault(vm, vcpuid, IDT_PF, 1, error_code); in vm_inject_pf()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | machdep.c | 1753 setidt(IDT_PF, pti ? &IDTVEC(page_pti) : &IDTVEC(page), SDT_SYSIGT, in hammer_time()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 1404 case IDT_PF: in svm_vmexit()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2254 setidt(IDT_PF, &IDTVEC(page), SDT_SYS386IGT, SEL_KPL, in i386_setidt1()
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 2662 if (intr_vec == IDT_PF) { in vmx_exit_process()
|