Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dmonitor_mwait_test.c29 __GUEST_ASSERT((vector) == UD_VECTOR, \
H A Dvmx_exception_with_invalid_guest_state.c118 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
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/arch/x86/kvm/vmx/
H A Dvmcs.h120 return is_exception_n(intr_info, UD_VECTOR); in is_invalid_opcode()
H A Dsgx.c387 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
H A Dnested.c3447 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3658 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
5110 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5334 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5840 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5921 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
6041 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
6052 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
/linux/arch/x86/include/uapi/asm/
H A Dsvm.h165 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h25 #define UD_VECTOR 6 macro
/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h165 { 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.c1255 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
2505 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2689 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2711 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2748 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3274 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
3317 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
4853 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
H A Dsev.c4549 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
/linux/arch/x86/kvm/
H A Dhyperv.c2531 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2575 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
H A Dx86.c1043 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2117 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
8849 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9125 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
9138 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
10138 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
H A Demulate.c610 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()