Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dsvm.c917 set_exception_intercept(svm, PF_VECTOR); in init_vmcb()
997 clr_exception_intercept(svm, PF_VECTOR); in init_vmcb()
1987 case SVM_EXIT_EXCP_BASE + PF_VECTOR: in nested_svm_exit_special()
2034 else if ((exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) && in nested_svm_intercept()
3074 [SVM_EXIT_EXCP_BASE + PF_VECTOR] = pf_interception,
3258 exit_code != SVM_EXIT_EXCP_BASE + PF_VECTOR && in handle_exit()
3685 if (svm->vmcb->control.exit_code == SVM_EXIT_EXCP_BASE + PF_VECTOR) in svm_vcpu_run()
3819 { SVM_EXIT_EXCP_BASE + PF_VECTOR, "PF excp" },
Dpaging_tmpl.h267 walker->fault.vector = PF_VECTOR; in FNAME()
Dx86.c270 case PF_VECTOR: in exception_class()
351 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); in kvm_inject_page_fault()
4294 if (ctxt->exception.vector == PF_VECTOR) in inject_emulated_exception()
6328 fault.vector = PF_VECTOR; in kvm_arch_async_page_not_present()
6350 fault.vector = PF_VECTOR; in kvm_arch_async_page_present()
Dvmx.c260 (INTR_TYPE_HARD_EXCEPTION | PF_VECTOR | INTR_INFO_VALID_MASK); in is_page_fault()
650 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
659 eb &= ~(1u << PF_VECTOR); /* bypass_guest_pf = 0 */ in update_exception_bitmap()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h67 #define PF_VECTOR 14 macro