Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.c3302 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3512 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
4668 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
4915 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5381 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5461 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5578 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
H A Dvmx.c4814 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
5633 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5659 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5732 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5743 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dx86.c614 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
618 EXPORT_SYMBOL_GPL(kvm_queue_exception);
726 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
4270 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
7103 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
7193 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
7531 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
9943 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
9945 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
H A Dhyperv.c1758 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1500 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);