Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dsgx.c112 if (trapnr == PF_VECTOR && !boot_cpu_has(X86_FEATURE_SGX2)) { in sgx_inject_fault()
123 if ((trapnr == PF_VECTOR || !boot_cpu_has(X86_FEATURE_SGX2)) && in sgx_inject_fault()
126 ex.vector = PF_VECTOR; in sgx_inject_fault()
Dvmcs.h115 return is_exception_n(intr_info, PF_VECTOR); in is_page_fault()
Dnested.c435 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
454 if (vector == PF_VECTOR) in nested_vmx_is_exception_vmexit()
3832 } else if (ex->vector == PF_VECTOR) { in nested_vmx_inject_exception_vmexit()
Dvmx.c783 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap()
800 eb &= ~(1u << PF_VECTOR); in vmx_update_exception_bitmap()
812 if (enable_ept && (eb & (1u << PF_VECTOR))) { in vmx_update_exception_bitmap()
/Linux-v6.1/arch/x86/include/uapi/asm/
Dsvm.h165 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
Dkvm.h29 #define PF_VECTOR 14 macro
/Linux-v6.1/tools/arch/x86/include/uapi/asm/
Dsvm.h165 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
Dkvm.h29 #define PF_VECTOR 14 macro
/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dsvm_nested_soft_inject_test.c86 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
/Linux-v6.1/arch/x86/kvm/
Dx86.h163 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
Dx86.c518 case PF_VECTOR: in exception_class()
606 case PF_VECTOR: in kvm_deliver_exception_payload()
779 kvm_queue_exception_vmexit(vcpu, PF_VECTOR, in kvm_inject_page_fault()
783 kvm_queue_exception_e_p(vcpu, PF_VECTOR, fault->error_code, in kvm_inject_page_fault()
792 WARN_ON_ONCE(fault->vector != PF_VECTOR); in kvm_inject_emulated_page_fault()
8286 if (ctxt->exception.vector == PF_VECTOR) in inject_emulated_exception()
13179 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
13392 fault.vector = PF_VECTOR; in kvm_fixup_and_inject_pf_error()
Demulate.c5608 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
/Linux-v6.1/arch/x86/kvm/svm/
Dnested.c1319 if (ex->vector == PF_VECTOR) { in nested_svm_inject_exception_vmexit()
1432 else if (exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR && in nested_svm_exit_special()
Dsvm.c1188 set_exception_intercept(svm, PF_VECTOR); in init_vmcb()
1268 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb()
3161 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
4020 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
/Linux-v6.1/arch/x86/kvm/mmu/
Dpaging_tmpl.h469 walker->fault.vector = PF_VECTOR; in FNAME()