Home
last modified time | relevance | path

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

/arch/loongarch/kvm/
Dexit.c343 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_gspr()
629 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault()
642 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEF); in kvm_handle_rdwr_fault()
656 kvm_queue_exception(vcpu, EXCCODE_ADE, EXSUBCODE_ADEM); in kvm_handle_rdwr_fault()
685 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_fpu_disabled()
740 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lsx_disabled()
755 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lasx_disabled()
763 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lbt_disabled()
873 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_fault_ni()
/arch/loongarch/include/asm/
Dkvm_vcpu.h106 static inline int kvm_queue_exception(struct kvm_vcpu *vcpu, in kvm_queue_exception() function
/arch/x86/kvm/vmx/
Dsgx.c386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
Dnested.c3463 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3674 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
5140 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5364 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5870 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5951 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
6077 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
6088 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
Dvmx.c1705 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction()
5180 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
5236 kvm_queue_exception(vcpu, NM_VECTOR); in handle_exception_nmi()
5959 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
6052 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
6064 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
/arch/x86/kvm/svm/
Dnested.c856 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()
Dsvm.c2571 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2755 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2777 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2814 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3352 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
4959 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
/arch/x86/kvm/
Dx86.c910 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
914 EXPORT_SYMBOL_GPL(kvm_queue_exception);
1032 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2108 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
5312 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
8689 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
8846 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9122 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
12118 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
12120 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dhyperv.c2537 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2581 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
/arch/x86/include/asm/
Dkvm_host.h2129 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);