Home
last modified time | relevance | path

Searched refs:UD_VECTOR (Results 1 – 14 of 14) 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()
/linux/arch/x86/include/uapi/asm/
H A Dsvm.h165 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
/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()
2507 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2691 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2713 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2750 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3267 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
3310 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
4846 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
/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.c1012 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2089 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
8834 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
9110 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
9123 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
10123 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()