Home
last modified time | relevance | path

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

/linux/arch/loongarch/kvm/
H A Dexit.c362 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_gspr()
677 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault()
690 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEF); in kvm_handle_rdwr_fault()
704 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault()
742 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()
817 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lasx_disabled()
829 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lbt_disabled()
956 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_fault_ni()
/linux/arch/loongarch/include/asm/
H A Dkvm_vcpu.h108 static inline int kvm_queue_exception(struct kvm_vcpu *vcpu, in kvm_queue_exception() function
/linux/arch/x86/kvm/vmx/
H A Dsgx.c387 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
H A Dnested.c3581 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3782 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
5243 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5466 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5972 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
6053 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
6179 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
6190 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
H A Dvmx.c1808 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction()
5400 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
6227 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
6320 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
6326 kvm_queue_exception(vcpu, UD_VECTOR); in handle_tdx_instruction()
6338 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/linux/arch/x86/kvm/svm/
H A Dnested.c1010 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1331 kvm_queue_exception(&(svm->vcpu), DB_VECTOR); in nested_svm_vmexit()
1526 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
H A Dsvm.c2385 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2569 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2591 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2628 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3175 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
4977 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
/linux/arch/x86/kvm/
H A Dx86.c900 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
904 EXPORT_SYMBOL_FOR_KVM_INTERNAL(kvm_queue_exception);
1039 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2232 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
5521 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
8971 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
9162 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9464 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
12535 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
12537 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
H A Dhyperv.c2539 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2583 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/linux/arch/x86/include/asm/
H A Dkvm_host.h2252 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);