Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/uapi/asm/
Dsvm.h100 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h17 #define UD_VECTOR 6 macro
/linux-4.1.27/arch/x86/kvm/
Dsvm.c1106 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
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()
3360 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
3569 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exit()
Dvmx.c923 (INTR_TYPE_HARD_EXCEPTION | UD_VECTOR | INTR_INFO_VALID_MASK); in is_invalid_opcode()
1569 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
5014 case UD_VECTOR: in rmode_exception()
5102 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception()
5107 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception()
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 …]
Dx86.c471 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
5157 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
5896 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Demulate.c582 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()