Home
last modified time | relevance | path

Searched refs:UD_VECTOR (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/include/uapi/asm/
Dsvm.h100 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h17 #define UD_VECTOR 6 macro
/linux-4.4.14/arch/x86/kvm/
Dhyperv.c357 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Dsvm.c1020 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()
Dvmx.c985 (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 …]
Dx86.c481 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
5105 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
Demulate.c579 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()