Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dmonitor_mwait_test.c29 __GUEST_ASSERT((vector) == UD_VECTOR, \
H A Dsync_regs_test.c94 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_inj_pen()
120 WRITE_ONCE(events->exception.nr, UD_VECTOR); in race_events_exc()
H A Dvmx_exception_with_invalid_guest_state.c121 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in main()
H A Dfix_hypercall_test.c115 vm_install_exception_handler(vcpu->vm, UD_VECTOR, guest_ud_handler); in test_fix_hypercall()
H A Dsvm_nested_soft_inject_test.c93 vmcb->control.intercept_exceptions |= BIT(PF_VECTOR) | BIT(UD_VECTOR); in l1_guest_code()
H A Duserspace_msr_exit_test.c564 vm_install_exception_handler(vm, UD_VECTOR, guest_ud_handler); in test_msr_filter_allow()
566 vm_install_exception_handler(vm, UD_VECTOR, NULL); in test_msr_filter_allow()
H A Dhyperv_evmcs.c262 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()
/openbmc/linux/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.c3367 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission()
3578 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run()
4989 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address()
5212 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon()
5731 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept()
5812 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid()
5934 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
5945 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
H A Dvmx.c889 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap()
1684 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_can_emulate_instruction()
5130 case UD_VECTOR: in rmode_exception()
5969 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid()
6038 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction()
6050 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls()
8000 exception->vector = UD_VECTOR; in vmx_check_intercept()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h23 #define UD_VECTOR 6 macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h164 { SVM_EXIT_EXCP_BASE + UD_VECTOR, "UD excp" }, \
H A Dkvm.h23 #define UD_VECTOR 6 macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c1270 set_exception_intercept(svm, UD_VECTOR); in init_vmcb()
2509 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception()
2693 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2715 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception()
2752 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap()
3260 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception()
3303 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception,
4816 kvm_queue_exception(vcpu, UD_VECTOR); in svm_can_emulate_instruction()
H A Dnested.c854 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun()
1362 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
H A Dsev.c3102 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h25 #define UD_VECTOR 6 macro
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c2483 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
2527 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
H A Dx86.c853 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr()
2119 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op()
8573 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure()
8924 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction()
8937 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction()
9952 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
H A Demulate.c610 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()