Searched refs:kvm_queue_exception (Results 1 – 6 of 6) sorted by relevance
/linux/arch/loongarch/kvm/ |
H A 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() 739 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_fpu_disabled() 795 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lsx_disabled() 811 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lasx_disabled() 819 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_handle_lbt_disabled() 949 kvm_queue_exception(vcpu, EXCCODE_INE, 0); in kvm_fault_ni()
|
/linux/arch/loongarch/include/asm/ |
H A D | kvm_vcpu.h | 107 static inline int kvm_queue_exception(struct kvm_vcpu *vcpu, in kvm_queue_exception() function
|
/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 2544 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2728 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2750 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2787 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3310 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 5059 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 882 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 886 EXPORT_SYMBOL_GPL(kvm_queue_exception); 1021 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2088 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 5357 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 8735 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 8914 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 9199 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 12154 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() 12156 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
|
H A 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/arch/x86/include/asm/ |
H A D | kvm_host.h | 2189 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|