/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | monitor_mwait_test.c | 29 __GUEST_ASSERT((vector) == UD_VECTOR, \
|
H A D | sync_regs_test.c | 94 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen() 120 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
|
H A D | vmx_exception_with_invalid_guest_state.c | 121 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
H A D | fix_hypercall_test.c | 115 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
|
H A D | svm_nested_soft_inject_test.c | 93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
H A D | userspace_msr_exit_test.c | 564 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in test_msr_filter_allow() 566 vm_install_exception_handler(vm, UD_VECTOR, NULL); in test_msr_filter_allow()
|
H A D | hyperv_evmcs.c | 262 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
H A D | hyperv_features.c | 104 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
|
H A D | sgx.c | 386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
H A D | nested.c | 3367 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3578 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 4989 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5212 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5731 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5812 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5934 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 5945 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
H A D | vmx.c | 889 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap() 1684 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction() 5130 case UD_VECTOR: in rmode_exception() 5969 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 6038 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 6050 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 8000 exception->vector = UD_VECTOR; in vmx_check_intercept()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
H A D | kvm.h | 23 #define UD_VECTOR 6 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
H A D | kvm.h | 23 #define UD_VECTOR 6 macro
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 1270 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 2509 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2693 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2715 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2752 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3260 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 3303 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception, 4816 kvm_queue_exception(vcpu, UD_VECTOR); in svm_can_emulate_instruction()
|
H A D | nested.c | 854 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1362 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
H A D | sev.c | 3102 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 25 #define UD_VECTOR 6 macro
|
/openbmc/linux/arch/x86/kvm/ |
H A D | hyperv.c | 2483 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2527 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
H A D | x86.c | 853 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2119 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 8573 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 8924 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 8937 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction() 9952 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
|
H A D | emulate.c | 610 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|