Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/
H A Dexit.c362 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_gspr()
676 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault()
689 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEF); in kvm_handle_rdwr_fault()
703 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault()
741 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_fpu_disabled()
797 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lsx_disabled()
813 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lasx_disabled()
821 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lbt_disabled()
944 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_fault_ni()
/linux/arch/loongarch/include/asm/
H A Dkvm_vcpu.h107 static inline int kvm_queue_exception(struct kvm_vcpu *vcpu, in kvm_queue_exception() function
/linux/arch/x86/kvm/vmx/
H A Dnested.c3490 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3689 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
5178 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5401 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5907 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5988 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
6114 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
6125 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
H A Dvmx.c1645 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction()
5069 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
5859 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5952 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5964 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/linux/arch/x86/kvm/svm/
H A Dnested.c950 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1261 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit()
1466 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
H A Dsvm.c2388 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2572 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2594 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2631 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3152 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
4894 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
/linux/arch/x86/kvm/
H A Dx86.c885 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
889 EXPORT_SYMBOL_GPL(kvm_queue_exception);
1024 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2091 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
5362 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
8598 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
8777 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9062 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
12060 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
12062 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
H A Dhyperv.c2540 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2584 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2199 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);