Home
last modified time | relevance | path

Searched refs:kvm_queue_exception_e (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h978 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
1078 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
/linux-4.1.27/arch/x86/kvm/
Dx86.c420 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); in kvm_inject_page_fault()
441 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_queue_exception_e() function
445 EXPORT_SYMBOL_GPL(kvm_queue_exception_e);
461 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl()
5090 kvm_queue_exception_e(vcpu, ctxt->exception.vector, in inject_emulated_exception()
Dsvm.c1790 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); in ac_interception()
Dvmx.c5149 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception()