Searched refs:UD_VECTOR (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | svm.h | 100 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
D | kvm.h | 17 #define UD_VECTOR 6 macro
|
/linux-4.4.14/arch/x86/kvm/ |
D | hyperv.c | 357 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
D | svm.c | 1020 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 1700 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in ud_interception() 1942 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions() 2694 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception() 2897 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 2919 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 3269 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception, 3481 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exit()
|
D | vmx.c | 985 (INTR_TYPE_HARD_EXCEPTION | UD_VECTOR | INTR_INFO_VALID_MASK); in is_invalid_opcode() 1643 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap() 5158 case UD_VECTOR: in rmode_exception() 5246 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception() 5251 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception() 6563 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 6748 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 6754 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 6814 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 6821 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() [all …]
|
D | x86.c | 481 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 5105 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
|
D | emulate.c | 579 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|