Searched refs:IDT_PF (Results 1 – 6 of 6) sorted by relevance
208 #define IDT_PF 14 /* #PF: Page Fault */ macro
207 #define IDT_PF 14 /* #PF: Page Fault */ macro
508 #define IDT_PF 14 /* #PF: Page Fault */ macro
2713 case IDT_PF: in exception_class()2897 VERIFY0(vm_inject_exception(vm, vcpuid, IDT_PF, true, errcode, true)); in vm_inject_pf()
1417 case IDT_PF: in svm_vmexit()
2469 if (intr_vec == IDT_PF) { in vmx_exit_process()