Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Dvmx.c4133 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
4153 kvm_queue_exception(vcpu, vec); in handle_rmode_exception()
4220 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception()
4255 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception()
4487 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr()
4923 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5031 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5037 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5066 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
5073 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
[all …]
Dx86.c329 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function
333 EXPORT_SYMBOL_GPL(kvm_queue_exception);
724 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_set_dr()
760 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_get_dr()
2417 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce()
4362 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception()
4449 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
4936 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
5742 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
5744 kvm_queue_exception(vcpu, BP_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug()
Dsvm.c1735 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception()
1775 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in ud_interception()
2000 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
2746 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
2765 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in invalid_op_interception()
2944 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2966 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
/linux-3.4.99/arch/x86/include/asm/
Dkvm_host.h792 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);