Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dvmx_exception_with_invalid_guest_state.c118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
H A Dmonitor_mwait_test.c32 __GUEST_ASSERT((vector) == UD_VECTOR, \
H A Dfix_hypercall_test.c113 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
H A Dsync_regs_test.c95 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen()
121 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
H A Dsvm_nested_soft_inject_test.c93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
H A Dhyperv_evmcs.c260 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
H A Dhyperv_features.c104 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmcs.h120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
H A Dsgx.c386 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
H A Dnested.c3472 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3671 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
5160 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5383 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5889 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5970 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
6096 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
6107 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
H A Dvmx.c871 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap()
1703 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction()
5166 case UD_VECTOR: in rmode_exception()
6015 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
6108 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
6120 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
8122 exception->vector = UD_VECTOR; in vmx_check_intercept()
/linux-6.15/arch/x86/include/uapi/asm/
H A Dsvm.h166 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h25 #define UD_VECTOR 6 macro
/linux-6.15/tools/arch/x86/include/uapi/asm/
H A Dsvm.h166 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h25 #define UD_VECTOR 6 macro
/linux-6.15/arch/x86/kvm/svm/
H A Dsvm.c1254 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
2574 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2758 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2780 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2817 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3351 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
3405 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
4989 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
H A Dnested.c856 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1364 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
H A Dsev.c4518 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
/linux-6.15/arch/x86/kvm/
H A Dhyperv.c2533 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2577 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
H A Dx86.c1005 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2072 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
8870 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9155 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
9168 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
10154 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
H A Demulate.c613 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()