Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/uapi/asm/
Dsvm.h116 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h21 #define UD_VECTOR 6 macro
/Linux-v4.19/tools/arch/x86/include/uapi/asm/
Dsvm.h116 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h21 #define UD_VECTOR 6 macro
/Linux-v4.19/arch/x86/kvm/
Dvmx.c1627 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
2570 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
6976 case UD_VECTOR: in rmode_exception()
8053 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
8161 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
8338 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
8408 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
8962 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
9025 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
9112 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
[all …]
Dsvm.c1501 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
1631 clr_exception_intercept(svm, UD_VECTOR); in init_vmcb()
2943 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
3758 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
3962 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
3984 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
4740 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
4960 kvm_queue_exception(vcpu, UD_VECTOR); in handle_exit()
Dhyperv.c1453 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Dx86.c548 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
5007 kvm_queue_exception(vcpu, UD_VECTOR); in handle_ud()
5874 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
Demulate.c619 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()