Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dsgx.c374 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
Dnested.c3318 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3529 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
4892 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5114 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5604 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5685 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5802 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
5813 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
Dvmx.c1571 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction()
5029 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
5080 kvm_queue_exception(vcpu, NM_VECTOR); in handle_exception_nmi()
5831 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5900 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5912 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/Linux-v6.1/arch/x86/kvm/svm/
Dnested.c821 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1080 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit()
1283 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
Dsvm.c2397 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2567 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2589 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2626 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3117 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
4557 kvm_queue_exception(vcpu, UD_VECTOR); in svm_can_emulate_instruction()
/Linux-v6.1/arch/x86/kvm/
Dhyperv.c2199 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2243 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Dx86.c722 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
726 EXPORT_SYMBOL_GPL(kvm_queue_exception);
847 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2081 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
5022 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
8292 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
8454 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
8837 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
11661 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
11663 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h1872 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);