| /Linux-v6.1/tools/testing/selftests/kvm/x86_64/ |
| D | monitor_mwait_test.c | 37 GUEST_ASSERT_2(vector == UD_VECTOR, testcase, vector); in guest_monitor_wait() 43 GUEST_ASSERT_2(vector == UD_VECTOR, testcase, vector); in guest_monitor_wait()
|
| 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 | 123 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
| D | svm_nested_soft_inject_test.c | 86 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
| D | evmcs_test.c | 223 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
| D | userspace_msr_exit_test.c | 578 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in test_msr_filter_allow() 580 vm_install_exception_handler(vm, UD_VECTOR, NULL); in test_msr_filter_allow()
|
| D | hyperv_features.c | 86 GUEST_ASSERT_2(vector == UD_VECTOR, hcall->control, vector); in guest_hcall()
|
| /Linux-v6.1/arch/x86/kvm/vmx/ |
| D | vmcs.h | 120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
|
| D | sgx.c | 374 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
|
| D | nested.c | 3318 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3529 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 4892 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5114 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5604 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 5685 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 5802 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 5813 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
| D | vmx.c | 783 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap() 1571 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction() 4996 case UD_VECTOR: in rmode_exception() 5831 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 5900 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 5912 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 7774 exception->vector = UD_VECTOR; in vmx_check_intercept()
|
| /Linux-v6.1/arch/x86/include/uapi/asm/ |
| D | svm.h | 158 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
| D | kvm.h | 22 #define UD_VECTOR 6 macro
|
| /Linux-v6.1/tools/arch/x86/include/uapi/asm/ |
| D | svm.h | 158 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
| D | kvm.h | 22 #define UD_VECTOR 6 macro
|
| /Linux-v6.1/arch/x86/kvm/svm/ |
| D | svm.c | 1189 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 2397 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2567 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2589 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2626 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3117 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 3160 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception, 4557 kvm_queue_exception(vcpu, UD_VECTOR); in svm_can_emulate_instruction()
|
| D | nested.c | 821 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1283 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
| D | sev.c | 2996 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
|
| /Linux-v6.1/arch/x86/kvm/ |
| D | hyperv.c | 2199 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2243 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
| D | x86.c | 847 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2081 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 8454 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 8837 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 8849 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction() 9751 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
|
| D | emulate.c | 640 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|