Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Dvmcs.h94 return is_exception_n(intr_info, PF_VECTOR); in is_page_fault()
Dnested.c375 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
394 if (nr == PF_VECTOR) { in nested_vmx_check_exception()
432 PF_VECTOR | INTR_TYPE_HARD_EXCEPTION | in vmx_inject_page_fault_nested()
Dvmx.c778 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
795 eb &= ~(1u << PF_VECTOR); /* bypass_guest_pf = 0 */ in update_exception_bitmap()
/arch/x86/include/uapi/asm/
Dsvm.h124 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
Dkvm.h28 #define PF_VECTOR 14 macro
/arch/x86/kvm/
Dx86.h117 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
Dsvm.c1513 set_exception_intercept(svm, PF_VECTOR); in init_vmcb()
1603 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb()
3193 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
3241 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
4767 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
4980 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()
5802 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
Dpaging_tmpl.h462 walker->fault.vector = PF_VECTOR; in FNAME()
Dx86.c376 case PF_VECTOR: in exception_class()
447 case PF_VECTOR: in kvm_deliver_exception_payload()
588 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); in kvm_inject_page_fault()
590 kvm_queue_exception_e_p(vcpu, PF_VECTOR, fault->error_code, in kvm_inject_page_fault()
6282 if (ctxt->exception.vector == PF_VECTOR) in inject_emulated_exception()
10096 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
10132 vcpu->arch.exception.nr == PF_VECTOR && in kvm_arch_async_page_present()
10142 fault.vector = PF_VECTOR; in kvm_arch_async_page_present()
Demulate.c5623 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()