Home
last modified time | relevance | path

Searched refs:kvm_queue_exception (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dnested.c3009 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
4231 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
4450 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
4920 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
4979 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5098 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
Dvmx.c4576 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
4682 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception_nmi()
4924 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
5380 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5410 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5537 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5548 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/Linux-v5.4/arch/x86/kvm/
Dx86.c544 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
548 EXPORT_SYMBOL_GPL(kvm_queue_exception);
642 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
3680 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
6280 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
6347 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
6579 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint()
6666 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
8883 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
8885 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dsvm.c2732 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception()
3007 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
3821 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
3844 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in rdpru_interception()
4024 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
4046 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
Dhyperv.c1607 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1398 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);