Searched refs:UD_VECTOR (Results 1 – 9 of 9) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmcs.h | 99 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
|
D | nested.c | 3019 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 4241 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 4460 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 4930 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 4989 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5108 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
D | vmx.c | 778 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in update_exception_bitmap() 4546 case UD_VECTOR: in rmode_exception() 5384 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invalid_op() 5414 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 5541 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 5552 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 7143 ctxt->exception.vector = UD_VECTOR; in vmx_check_intercept()
|
/arch/x86/include/uapi/asm/ |
D | svm.h | 117 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
D | kvm.h | 21 #define UD_VECTOR 6 macro
|
/arch/x86/kvm/ |
D | svm.c | 1514 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 1645 clr_exception_intercept(svm, UD_VECTOR); in init_vmcb() 3007 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in nested_svm_check_permissions() 3821 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in skinit_interception() 3844 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in rdpru_interception() 4024 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 4046 kvm_queue_exception(&svm->vcpu, UD_VECTOR); in cr_interception() 4766 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
|
D | hyperv.c | 1607 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
D | x86.c | 643 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 6356 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 6675 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 6686 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
|
D | emulate.c | 635 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|