Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dsvm.c1082 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
1775 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in ud_interception()
2000 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
2746 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
2765 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in invalid_op_interception()
2944 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2966 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
3292 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
Dvmx.c703 (INTR_TYPE_HARD_EXCEPTION | UD_VECTOR | INTR_INFO_VALID_MASK); in is_invalid_opcode()
1170 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
4148 case UD_VECTOR: in handle_rmode_exception()
4220 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exception()
4923 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5031 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5037 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5066 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
5073 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
5147 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
Dtrace.h244 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dx86.c724 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_set_dr()
760 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_get_dr()
4450 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
4937 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Demulate.c522 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
/arch/x86/include/asm/
Dkvm_host.h81 #define UD_VECTOR 6 macro