Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h2130 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code);
2250 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
/arch/x86/kvm/
Dx86.c901 kvm_queue_exception_e(vcpu, DF_VECTOR, 0); in kvm_multiple_exception()
1003 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_queue_exception_e() function
1007 EXPORT_SYMBOL_GPL(kvm_queue_exception_e);
1023 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl()
8686 kvm_queue_exception_e(vcpu, ctxt->exception.vector, in inject_emulated_exception()
8836 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in handle_emulation_failure()
9146 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in x86_emulate_instruction()
/arch/x86/kvm/svm/
Dsvm.c2199 kvm_queue_exception_e(vcpu, AC_VECTOR, 0); in ac_interception()
2489 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in gp_interception()
/arch/x86/kvm/vmx/
Dnested.c5212 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in get_vmx_mem_address()
5230 kvm_queue_exception_e(vcpu, in get_vmx_mem_address()
Dvmx.c5266 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in handle_exception_nmi()
5363 kvm_queue_exception_e(vcpu, AC_VECTOR, error_code); in handle_exception_nmi()