Searched refs:kvm_queue_exception (Results 1 – 10 of 10) sorted by relevance
/linux-6.15/arch/loongarch/kvm/ |
D | exit.c | 360 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_gspr() 674 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault() 687 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEF); in kvm_handle_rdwr_fault() 701 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault() 738 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_fpu_disabled() 793 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lsx_disabled() 808 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lasx_disabled() 816 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lbt_disabled() 948 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_fault_ni()
|
/linux-6.15/arch/loongarch/include/asm/ |
D | kvm_vcpu.h | 107 static inline int kvm_queue_exception(struct kvm_vcpu *vcpu, in kvm_queue_exception() function
|
/linux-6.15/arch/x86/kvm/vmx/ |
D | sgx.c | 386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
D | nested.c | 3472 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3671 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 5160 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5383 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5889 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5970 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 6096 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 6107 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
D | vmx.c | 1703 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction() 5199 kvm_queue_exception(vcpu, vec); in handle_rmode_exception() 6015 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 6108 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 6120 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
/linux-6.15/arch/x86/kvm/svm/ |
D | nested.c | 856 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1158 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit() 1364 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
D | svm.c | 2574 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2758 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2780 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2817 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3351 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 4989 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
|
/linux-6.15/arch/x86/kvm/ |
D | x86.c | 866 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 870 EXPORT_SYMBOL_GPL(kvm_queue_exception); 1005 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2072 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 5318 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 8691 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 8870 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 9155 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 12098 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() 12100 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
D | hyperv.c | 2533 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2577 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
/linux-6.15/arch/x86/include/asm/ |
D | kvm_host.h | 2173 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|