Searched refs:kvm_queue_exception (Results 1 – 6 of 6) sorted by relevance
/linux/arch/loongarch/kvm/ |
H A D | exit.c | 360 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_gspr() 674 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault() 687 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEF); in kvm_handle_rdwr_fault() 701 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault() 738 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_fpu_disabled() 793 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lsx_disabled() 808 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lasx_disabled() 816 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lbt_disabled() 948 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_fault_ni()
|
/linux/arch/x86/kvm/vmx/ |
H A D | nested.c | 3472 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3671 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 5158 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5382 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5888 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5969 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 6095 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 6106 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
H A D | vmx.c | 1702 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction() 5184 kvm_queue_exception(vcpu, vec); in handle_rmode_exception() 5240 kvm_queue_exception(vcpu, NM_VECTOR); in handle_exception_nmi() 5969 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 6062 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 6074 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2503 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2687 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2709 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2746 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3284 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 4900 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 888 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 892 EXPORT_SYMBOL_GPL(kvm_queue_exception); 1010 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2075 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 5286 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 8668 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 8847 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 9132 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 12071 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() 12073 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 2164 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|