Home
last modified time | relevance | path

Searched refs:UD_VECTOR (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.1/tools/testing/selftests/kvm/x86_64/
Dmonitor_mwait_test.c37 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()
Dfix_hypercall_test.c115 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
Dvmx_exception_with_invalid_guest_state.c123 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
Dsvm_nested_soft_inject_test.c86 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
Devmcs_test.c223 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
Duserspace_msr_exit_test.c578 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()
Dhyperv_features.c86 GUEST_ASSERT_2(vector == UD_VECTOR, hcall->control, vector); in guest_hcall()
/Linux-v6.1/arch/x86/kvm/vmx/
Dvmcs.h120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
Dsgx.c374 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
Dnested.c3318 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()
Dvmx.c783 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/
Dsvm.h158 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h22 #define UD_VECTOR 6 macro
/Linux-v6.1/tools/arch/x86/include/uapi/asm/
Dsvm.h158 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h22 #define UD_VECTOR 6 macro
/Linux-v6.1/arch/x86/kvm/svm/
Dsvm.c1189 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()
Dnested.c821 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1283 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
Dsev.c2996 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
/Linux-v6.1/arch/x86/kvm/
Dhyperv.c2199 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2243 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Dx86.c847 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()
Demulate.c640 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()