Searched refs:PF_VECTOR (Results 1 – 10 of 10) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmcs.h | 94 return is_exception_n(intr_info, PF_VECTOR); in is_page_fault()
|
D | nested.c | 375 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()
|
D | vmx.c | 778 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/ |
D | svm.h | 124 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
|
D | kvm.h | 28 #define PF_VECTOR 14 macro
|
/arch/x86/kvm/ |
D | x86.h | 117 BIT(PF_VECTOR) | BIT(AC_VECTOR); in x86_exception_has_error_code()
|
D | svm.c | 1513 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()
|
D | paging_tmpl.h | 462 walker->fault.vector = PF_VECTOR; in FNAME()
|
D | x86.c | 376 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()
|
D | emulate.c | 5623 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()
|