Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs.h117 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
H A Dnested.c3302 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3512 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
4668 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
4915 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon()
5381 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5461 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5578 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
H A Dvmx.c874 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap()
4781 case UD_VECTOR: in rmode_exception()
5633 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op()
5659 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
5732 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
5743 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
7496 exception->vector = UD_VECTOR; in vmx_check_intercept()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dsvm.h129 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h21 #define UD_VECTOR 6 macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/uapi/asm/
H A Dsvm.h129 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h21 #define UD_VECTOR 6 macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/svm/
H A Dsvm.c1120 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
1254 clr_exception_intercept(svm, UD_VECTOR); in init_vmcb()
2177 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception()
2200 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in rdpru_interception()
2384 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2406 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception()
2855 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
2903 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
H A Dnested.c502 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_vmrun()
913 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions()
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Dhyperv.c1758 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
H A Dx86.c726 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
7193 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
7531 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
7543 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
H A Demulate.c645 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()