Home
last modified time | relevance | path

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

/linux/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.c105 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h171 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h25 #define UD_VECTOR 6 macro
/linux/arch/x86/kvm/svm/
H A Dsvm.c1144 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
2436 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2620 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2642 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2679 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3264 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
3330 kvm_queue_exception(vcpu, UD_VECTOR); in vmmcall_interception()
3365 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
5202 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
H A Dnested.c368 case BR_VECTOR: case UD_VECTOR: case NM_VECTOR: case DF_VECTOR: in nested_svm_event_inj_valid_exept()
1127 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1665 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
H A Dsev.c4779 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
/linux/arch/x86/kvm/vmx/
H A Dnested.c3604 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3797 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
5258 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5481 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5987 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
6068 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
6194 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
6205 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
/linux/arch/x86/kvm/
H A Dhyperv.c2547 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2588 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
H A Dx86.c1015 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2210 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
9197 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9469 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
9482 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
10529 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()