Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dnested.c3308 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3518 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
4685 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
4933 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5420 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5500 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5617 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
Dvmx.c4818 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
5637 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5663 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5736 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5747 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c2177 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
2200 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in rdpru_interception()
2384 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2406 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2855 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
Dnested.c502 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_vmrun()
913 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dx86.c616 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
620 EXPORT_SYMBOL_GPL(kvm_queue_exception);
728 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
4335 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
7167 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
7257 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
7595 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
10016 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
10018 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dhyperv.c1761 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1503 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);