Searched refs:kvm_queue_exception (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/arch/x86/kvm/svm/ |
D | nested.c | 640 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 883 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit() 1073 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
D | svm.c | 2333 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2502 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2524 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2561 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3026 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
|
/Linux-v5.15/arch/x86/kvm/vmx/ |
D | sgx.c | 380 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
D | nested.c | 3317 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3523 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 4691 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 4929 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 5386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5466 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5582 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 5593 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
D | vmx.c | 1484 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction() 4729 kvm_queue_exception(vcpu, vec); in handle_rmode_exception() 5473 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 5546 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 5558 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
/Linux-v5.15/arch/x86/kvm/ |
D | x86.c | 676 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 680 EXPORT_SYMBOL_GPL(kvm_queue_exception); 788 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 1934 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 4494 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 7422 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 7536 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 7875 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 10502 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() 10504 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | hyperv.c | 2169 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2207 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
/Linux-v5.15/arch/x86/include/asm/ |
D | kvm_host.h | 1711 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|