Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Dsvm.c918 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
1605 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in ud_interception()
1815 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
2560 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
2579 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in invalid_op_interception()
2715 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2737 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
3073 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
3818 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" },
Dvmx.c274 (INTR_TYPE_HARD_EXCEPTION | UD_VECTOR | INTR_INFO_VALID_MASK); in is_invalid_opcode()
650 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
3048 case UD_VECTOR: in handle_rmode_exception()
3120 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception()
3449 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_insn()
3736 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
Dx86.c741 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_set_dr()
777 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_get_dr()
4366 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
4785 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Demulate.c486 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h60 #define UD_VECTOR 6 macro