Searched refs:kvm_queue_exception (Results 1 – 7 of 7) sorted by relevance
/linux-5.10/arch/x86/kvm/svm/ |
D | nested.c | 467 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_vmrun() 871 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
D | svm.c | 2173 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception() 2196 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in rdpru_interception() 2380 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 2402 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 2841 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
|
/linux-5.10/arch/x86/kvm/vmx/ |
D | nested.c | 3273 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3477 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 4579 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 4824 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 5287 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5367 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5496 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
D | vmx.c | 4715 kvm_queue_exception(vcpu, vec); in handle_rmode_exception() 5509 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op() 5535 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 5608 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 5619 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
/linux-5.10/arch/x86/kvm/ |
D | x86.c | 593 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 597 EXPORT_SYMBOL_GPL(kvm_queue_exception); 705 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 4184 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 6921 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 7006 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 7326 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 9673 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() 9675 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | hyperv.c | 1749 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
/linux-5.10/arch/x86/include/asm/ |
D | kvm_host.h | 1491 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|