Searched refs:UD_VECTOR (Results 1 – 11 of 11) sorted by relevance
/arch/x86/kvm/vmx/ |
D | vmcs.h | 119 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
|
D | sgx.c | 382 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
D | nested.c | 3329 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3536 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 4761 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5002 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmon() 5483 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5563 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5679 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 5690 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
D | vmx.c | 779 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap() 1559 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction() 4778 case UD_VECTOR: in rmode_exception() 5573 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 5646 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 5658 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 7490 exception->vector = UD_VECTOR; in vmx_check_intercept()
|
/arch/x86/include/uapi/asm/ |
D | svm.h | 150 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
D | kvm.h | 22 #define UD_VECTOR 6 macro
|
/arch/x86/kvm/svm/ |
D | svm.c | 1190 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 1310 clr_exception_intercept(svm, UD_VECTOR); in init_vmcb() 2378 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2547 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2569 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2606 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3071 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 3119 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
|
D | nested.c | 641 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1071 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
/arch/x86/kvm/ |
D | hyperv.c | 2208 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2246 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
D | x86.c | 807 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 1994 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 7780 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 8126 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 8140 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
|
D | emulate.c | 644 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|