Searched refs:UD_VECTOR (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | vmx_exception_with_invalid_guest_state.c | 118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
| H A D | monitor_mwait_test.c | 32 __GUEST_ASSERT((vector) == UD_VECTOR, \
|
| H A D | fix_hypercall_test.c | 113 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
|
| H A D | sync_regs_test.c | 95 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 D | svm_nested_soft_inject_test.c | 93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
|
| H A D | hyperv_evmcs.c | 260 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
|
| H A D | hyperv_features.c | 105 __GUEST_ASSERT(vector == UD_VECTOR, in guest_hcall()
|
| /linux/tools/arch/x86/include/uapi/asm/ |
| H A D | svm.h | 171 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
|
| H A D | kvm.h | 25 #define UD_VECTOR 6 macro
|
| /linux/arch/x86/kvm/svm/ |
| H A D | svm.c | 1144 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 D | nested.c | 368 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 D | sev.c | 4779 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 3604 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 D | hyperv.c | 2547 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2588 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
| H A D | x86.c | 1015 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()
|