Searched refs:PF_VECTOR (Results 1 – 10 of 10) sorted by relevance
| /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/ |
| H A D | x86.h | 276 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
|
| H A D | x86.c | 724 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 D | emulate.c | 5403 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | paging_tmpl.h | 481 walker->fault.vector = PF_VECTOR; in FNAME()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 1553 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 D | svm.c | 1085 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 D | nested.c | 503 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 D | vmx.c | 931 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()
|