Searched refs:kvm_queue_exception (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/arch/x86/kvm/ |
| D | x86.c | 465 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 469 EXPORT_SYMBOL_GPL(kvm_queue_exception); 548 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 3348 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 5007 kvm_queue_exception(vcpu, UD_VECTOR); in handle_ud() 5806 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 5874 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 6059 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_do_singlestep() 6114 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint() 8288 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() [all …]
|
| D | vmx.c | 7010 kvm_queue_exception(vcpu, vec); in handle_rmode_exception() 7116 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception() 7358 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr() 8053 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op() 8161 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 8338 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 8408 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 8962 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 9025 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 9112 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() [all …]
|
| D | svm.c | 2672 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception() 2943 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions() 3758 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception() 3962 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 3984 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 4960 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exit()
|
| D | hyperv.c | 1453 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | kvm_host.h | 1289 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|