Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dsvm.h101 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" }, \
Dkvm.h24 #define PF_VECTOR 14 macro
/linux-4.1.27/arch/x86/kvm/
Dsvm.c1105 set_exception_intercept(svm, PF_VECTOR); in init_vmcb()
1180 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb()
2201 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
2248 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
3361 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
3558 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()
4004 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
Dpaging_tmpl.h416 walker->fault.vector = PF_VECTOR; in FNAME()
Dx86.c312 case PF_VECTOR: in exception_class()
420 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); in kvm_inject_page_fault()
5086 if (ctxt->exception.vector == PF_VECTOR) in inject_emulated_exception()
7914 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
7936 fault.vector = PF_VECTOR; in kvm_arch_async_page_present()
Dvmx.c909 (INTR_TYPE_HARD_EXCEPTION | PF_VECTOR | INTR_INFO_VALID_MASK); in is_page_fault()
1569 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
1578 eb &= ~(1u << PF_VECTOR); /* bypass_guest_pf = 0 */ in update_exception_bitmap()
8637 bit = (vmcs12->exception_bitmap & (1u << PF_VECTOR)) != 0; in nested_vmx_is_page_fault_vmexit()
Demulate.c4946 ctxt->exception.vector == PF_VECTOR) in x86_emulate_insn()