Home
last modified time | relevance | path

Searched refs:PF_VECTOR (Results 1 – 10 of 10) sorted by relevance

/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h178 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
H A Dkvm.h32 #define PF_VECTOR 14 macro
/linux/arch/x86/kvm/
H A Dx86.h276 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
H A Dx86.c724 case PF_VECTOR: in exception_class()
812 case PF_VECTOR: in kvm_deliver_exception_payload()
980 kvm_queue_exception_vmexit(vcpu, PF_VECTOR, in kvm_inject_page_fault()
984 kvm_queue_exception_e_p(vcpu, PF_VECTOR, fault->error_code, in kvm_inject_page_fault()
992 WARN_ON_ONCE(fault->vector != PF_VECTOR); in kvm_inject_emulated_page_fault()
8966 if (ctxt->exception.vector == PF_VECTOR) in inject_emulated_exception()
13955 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
14125 fault.vector = PF_VECTOR; in kvm_fixup_and_inject_pf_error()
H A Demulate.c5403 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
/linux/arch/x86/kvm/mmu/
H A Dpaging_tmpl.h481 walker->fault.vector = PF_VECTOR; in FNAME()
/linux/arch/x86/kvm/svm/
H A Dnested.c1553 if (ex->vector == PF_VECTOR) { in nested_svm_inject_exception_vmexit()
1669 else if (exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR && in nested_svm_exit_special()
H A Dsvm.c1085 set_exception_intercept(svm, PF_VECTOR); in init_vmcb()
1168 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb()
3260 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
4425 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
/linux/arch/x86/kvm/vmx/
H A Dnested.c503 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
522 if (vector == PF_VECTOR) in nested_vmx_is_exception_vmexit()
4044 } else if (ex->vector == PF_VECTOR) { in nested_vmx_inject_exception_vmexit()
H A Dvmx.c931 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap()
954 eb &= ~(1u << PF_VECTOR); in vmx_update_exception_bitmap()
966 if (enable_ept && (eb & (1u << PF_VECTOR))) { in vmx_update_exception_bitmap()