Searched refs:kvm_queue_exception_e (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | kvm_host.h | 978 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/ | 
| D | x86.c | 420 	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()
 
 | 
| D | svm.c | 1790 	kvm_queue_exception_e(&svm->vcpu, AC_VECTOR, 0);  in ac_interception()
 | 
| D | vmx.c | 5149 		kvm_queue_exception_e(vcpu, AC_VECTOR, error_code);  in handle_exception()
 |