Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
A Dsgx.c114 if (trapnr == PF_VECTOR && !boot_cpu_has(X86_FEATURE_SGX2)) { in sgx_inject_fault()
125 if ((trapnr == PF_VECTOR || !boot_cpu_has(X86_FEATURE_SGX2)) && in sgx_inject_fault()
128 ex.vector = PF_VECTOR; in sgx_inject_fault()
A Dvmcs.h115 return is_exception_n(intr_info, PF_VECTOR); in is_page_fault()
A Dnested.c499 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
518 if (vector == PF_VECTOR) in nested_vmx_is_exception_vmexit()
3986 } else if (ex->vector == PF_VECTOR) { in nested_vmx_inject_exception_vmexit()
A Dvmx.c820 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap()
843 eb &= ~(1u << PF_VECTOR); in vmx_update_exception_bitmap()
855 if (enable_ept && (eb & (1u << PF_VECTOR))) { in vmx_update_exception_bitmap()
/arch/x86/include/uapi/asm/
A Dsvm.h174 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
A Dkvm.h32 #define PF_VECTOR 14 macro
/arch/x86/kvm/
A Dx86.h254 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
A Dx86.c709 case PF_VECTOR: in exception_class()
797 case PF_VECTOR: in kvm_deliver_exception_payload()
965 kvm_queue_exception_vmexit(vcpu, PF_VECTOR, in kvm_inject_page_fault()
969 kvm_queue_exception_e_p(vcpu, PF_VECTOR, fault->error_code, in kvm_inject_page_fault()
977 WARN_ON_ONCE(fault->vector != PF_VECTOR); in kvm_inject_emulated_page_fault()
8592 if (ctxt->exception.vector == PF_VECTOR) in inject_emulated_exception()
13413 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
13575 fault.vector = PF_VECTOR; in kvm_fixup_and_inject_pf_error()
A Demulate.c5236 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
/arch/x86/kvm/mmu/
A Dpaging_tmpl.h481 walker->fault.vector = PF_VECTOR; in FNAME()
/arch/x86/kvm/svm/
A Dnested.c1502 if (ex->vector == PF_VECTOR) { in nested_svm_inject_exception_vmexit()
1618 else if (exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR && in nested_svm_exit_special()
A Dsvm.c1104 set_exception_intercept(svm, PF_VECTOR); in init_vmcb()
1187 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb()
3238 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
4362 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()

Completed in 87 milliseconds