Home
last modified time | relevance | path

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

/linux-3.3/arch/x86/kvm/
Dvmx.c4139 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
4159 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
4226 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception()
4261 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception()
4493 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
4921 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5029 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5035 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5064 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
5071 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
[all …]
Dx86.c324 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
328 EXPORT_SYMBOL_GPL(kvm_queue_exception);
720 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_set_dr()
756 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_get_dr()
2354 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
4292 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
4379 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
4866 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
5697 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
5699 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dsvm.c1649 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception()
1689 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in ud_interception()
1914 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
2660 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
2679 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in invalid_op_interception()
2855 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2877 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
/linux-3.3/arch/x86/include/asm/
Dkvm_host.h765 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);