Searched refs:PF_VECTOR (Results 1 – 15 of 15) sorted by relevance
| /Linux-v6.1/arch/x86/kvm/vmx/ |
| D | sgx.c | 112 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()
|
| D | vmcs.h | 115 return is_exception_n(intr_info, PF_VECTOR); in is_page_fault()
|
| D | nested.c | 435 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()
|
| D | vmx.c | 783 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/ |
| D | svm.h | 165 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
|
| D | kvm.h | 29 #define PF_VECTOR 14 macro
|
| /Linux-v6.1/tools/arch/x86/include/uapi/asm/ |
| D | svm.h | 165 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
|
| D | kvm.h | 29 #define PF_VECTOR 14 macro
|
| /Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
| D | svm_nested_soft_inject_test.c | 86 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | x86.h | 163 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
|
| D | x86.c | 518 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()
|
| D | emulate.c | 5608 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
|
| /Linux-v6.1/arch/x86/kvm/svm/ |
| D | nested.c | 1319 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()
|
| D | svm.c | 1188 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/ |
| D | paging_tmpl.h | 469 walker->fault.vector = PF_VECTOR; in FNAME()
|