/Linux-v6.6/tools/testing/selftests/kvm/x86_64/ |
D | monitor_mwait_test.c | 29 __GUEST_ASSERT((vector) == UD_VECTOR, \
|
D | fix_hypercall_test.c | 115 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
|
D | vmx_exception_with_invalid_guest_state.c | 121 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
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()
|
D | svm_nested_soft_inject_test.c | 93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
D | hyperv_evmcs.c | 262 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
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()
|
D | hyperv_features.c | 104 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
|
/Linux-v6.6/arch/x86/kvm/vmx/ |
D | vmcs.h | 120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
|
D | sgx.c | 386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
D | nested.c | 3352 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3563 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 4942 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5165 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5684 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5765 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5881 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 5892 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
D | vmx.c | 876 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap() 1671 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction() 5112 case UD_VECTOR: in rmode_exception() 5951 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 6020 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 6032 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 7959 exception->vector = UD_VECTOR; in vmx_check_intercept()
|
/Linux-v6.6/tools/arch/x86/include/uapi/asm/ |
D | svm.h | 164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
D | kvm.h | 23 #define UD_VECTOR 6 macro
|
/Linux-v6.6/arch/x86/include/uapi/asm/ |
D | svm.h | 164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
D | kvm.h | 23 #define UD_VECTOR 6 macro
|
/Linux-v6.6/arch/x86/kvm/svm/ |
D | svm.c | 1263 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 2500 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2684 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2706 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2743 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3239 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 3282 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception, 4784 kvm_queue_exception(vcpu, UD_VECTOR); in svm_can_emulate_instruction()
|
D | nested.c | 865 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1373 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
D | sev.c | 3058 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
|
/Linux-v6.6/arch/x86/kvm/ |
D | hyperv.c | 2478 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2522 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
D | x86.c | 853 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2116 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 8555 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 8906 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 8919 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction() 9934 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
|
D | emulate.c | 610 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|