Searched refs:kvm_queue_exception (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/kvm/ |
D | vmx.c | 5048 kvm_queue_exception(vcpu, vec); in handle_rmode_exception() 5102 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception() 5107 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception() 5160 kvm_queue_exception(vcpu, DB_VECTOR); in handle_exception() 5422 kvm_queue_exception(vcpu, DB_VECTOR); in handle_dr() 6464 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 6608 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 6614 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 6674 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 6681 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() [all …]
|
D | svm.c | 1745 kvm_queue_exception(&svm->vcpu, DB_VECTOR); in db_interception() 1784 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in ud_interception() 2025 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions() 2775 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception() 2978 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 3000 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 3569 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exit()
|
D | x86.c | 395 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr) in kvm_queue_exception() function 399 EXPORT_SYMBOL_GPL(kvm_queue_exception); 471 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 3080 kvm_queue_exception(vcpu, MC_VECTOR); in kvm_vcpu_ioctl_x86_set_mce() 5093 kvm_queue_exception(vcpu, ctxt->exception.vector); in inject_emulated_exception() 5157 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 5324 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_singlestep() 5359 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_vcpu_check_breakpoint() 5896 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 6911 kvm_queue_exception(vcpu, DB_VECTOR); in kvm_arch_vcpu_ioctl_set_guest_debug() [all …]
|
/linux-4.1.27/arch/x86/include/asm/ |
D | kvm_host.h | 977 void kvm_queue_exception(struct kvm_vcpu *vcpu, unsigned nr);
|