Searched refs:UD_VECTOR (Results 1 – 12 of 12) sorted by relevance
| /arch/x86/kvm/vmx/ |
| A D | vmcs.h | 120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
|
| A D | sgx.c | 387 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
| A D | nested.c | 3490 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3689 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 5178 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5401 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5907 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5988 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 6114 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 6125 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
| A D | vmx.c | 820 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap() 1645 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction() 5036 case UD_VECTOR: in rmode_exception() 5859 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 5952 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 5964 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 7954 exception->vector = UD_VECTOR; in vmx_check_intercept()
|
| /arch/x86/include/uapi/asm/ |
| A D | svm.h | 167 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
| A D | kvm.h | 25 #define UD_VECTOR 6 macro
|
| /arch/x86/kvm/svm/ |
| A D | svm.c | 1105 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 2388 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2572 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2594 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2631 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3152 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 3237 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception, 4894 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
|
| A D | nested.c | 950 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1466 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
| A D | sev.c | 4549 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
|
| /arch/x86/kvm/ |
| A D | hyperv.c | 2540 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2584 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
| A D | x86.c | 1024 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2091 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 8777 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 9062 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 9075 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction() 10071 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
|
| A D | emulate.c | 613 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|
Completed in 94 milliseconds