Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dmonitor_mwait_test.c29 __GUEST_ASSERT((vector) == UD_VECTOR, \
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.c121 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
Dsync_regs_test.c94 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen()
120 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
Dsvm_nested_soft_inject_test.c93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
Dhyperv_evmcs.c262 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
Duserspace_msr_exit_test.c564 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()
Dhyperv_features.c104 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmcs.h120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
Dsgx.c386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
Dnested.c3352 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()
Dvmx.c876 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/
Dsvm.h164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h23 #define UD_VECTOR 6 macro
/Linux-v6.6/arch/x86/include/uapi/asm/
Dsvm.h164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
Dkvm.h23 #define UD_VECTOR 6 macro
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c1263 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()
Dnested.c865 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1373 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
Dsev.c3058 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
/Linux-v6.6/arch/x86/kvm/
Dhyperv.c2478 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2522 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
Dx86.c853 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()
Demulate.c610 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()