Searched refs:PF_VECTOR (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | smaller_maxphyaddr_emulation_test.c | 38 GUEST_ASSERT_EQ(vector, PF_VECTOR); in guest_code()
|
| H A D | svm_nested_soft_inject_test.c | 93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 178 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
|
| H A D | kvm.h | 32 #define PF_VECTOR 14 macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 370 case PF_VECTOR: case MF_VECTOR: case AC_VECTOR: case MC_VECTOR: in nested_svm_event_inj_valid_exept() 1700 if (ex->vector == PF_VECTOR) { in nested_svm_inject_exception_vmexit() 1816 else if (exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR && in nested_svm_exit_special()
|
| H A D | svm.c | 1143 set_exception_intercept(svm, PF_VECTOR); in init_vmcb() 1226 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb() 3366 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception, 4632 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | paging_tmpl.h | 491 walker->fault.vector = PF_VECTOR; in FNAME()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 713 case PF_VECTOR: in exception_class() 801 case PF_VECTOR: in kvm_deliver_exception_payload() 967 kvm_queue_exception_vmexit(vcpu, PF_VECTOR, in kvm_inject_page_fault() 971 kvm_queue_exception_e_p(vcpu, PF_VECTOR, fault->error_code, in kvm_inject_page_fault() 980 WARN_ON_ONCE(fault->vector != PF_VECTOR); in __kvm_inject_emulated_page_fault() 8999 if (ex->vector == PF_VECTOR) in inject_emulated_exception() 14018 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present() 14188 fault.vector = PF_VECTOR; in kvm_fixup_and_inject_pf_error()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 539 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit() 558 if (vector == PF_VECTOR) in nested_vmx_is_exception_vmexit() 4073 } else if (ex->vector == PF_VECTOR) { in nested_vmx_inject_exception_vmexit()
|