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

/linux-4.4.14/arch/x86/include/asm/
H A Dkvm_host.h1043 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
1141 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); kvm_inject_gp()
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c430 kvm_queue_exception_e(vcpu, PF_VECTOR, fault->error_code); kvm_inject_page_fault()
451 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) kvm_queue_exception_e() function
455 EXPORT_SYMBOL_GPL(kvm_queue_exception_e); variable
471 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); kvm_require_cpl()
5035 kvm_queue_exception_e(vcpu, ctxt->exception.vector, inject_emulated_exception()
H A Dvmx.c5293 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); handle_exception()
6601 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); get_vmx_mem_address()
6619 kvm_queue_exception_e(vcpu, get_vmx_mem_address()
H A Dsvm.c1706 kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0); ac_interception()

Completed in 192 milliseconds