Searched refs:UD_VECTOR (Results 1 – 13 of 13) 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 | hyperv_features.c | 104 __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 | 1086 set_exception_intercept(svm, UD_VECTOR); in init_vmcb() 2386 kvm_queue_exception(vcpu, UD_VECTOR); in skinit_interception() 2570 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2592 kvm_queue_exception(vcpu, UD_VECTOR); in cr_interception() 2629 kvm_queue_exception(vcpu, UD_VECTOR); in cr_trap() 3174 kvm_queue_exception(vcpu, UD_VECTOR); in invpcid_interception() 3259 [SVM_EXIT_EXCP_BASE + UD_VECTOR] = ud_interception, 4972 kvm_queue_exception(vcpu, UD_VECTOR); in svm_check_emulate_instruction()
|
| H A D | nested.c | 1001 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_vmrun() 1518 kvm_queue_exception(vcpu, UD_VECTOR); in nested_svm_check_permissions()
|
| H A D | sev.c | 4674 clr_exception_intercept(svm, UD_VECTOR); in sev_init_vmcb()
|
| /linux/arch/x86/kvm/vmx/ |
| H A D | nested.c | 3567 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_check_permission() 3768 kvm_queue_exception(vcpu, UD_VECTOR); in nested_vmx_run() 5229 kvm_queue_exception(vcpu, UD_VECTOR); in get_vmx_mem_address() 5452 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmxon() 5958 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invept() 6039 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invvpid() 6165 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc() 6176 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmfunc()
|
| H A D | vmx.c | 931 eb = (1u << PF_VECTOR) | (1u << UD_VECTOR) | (1u << MC_VECTOR) | in vmx_update_exception_bitmap() 1808 kvm_queue_exception(vcpu, UD_VECTOR); in vmx_check_emulate_instruction() 5367 case UD_VECTOR: in rmode_exception() 6227 kvm_queue_exception(vcpu, UD_VECTOR); in handle_invpcid() 6320 kvm_queue_exception(vcpu, UD_VECTOR); in handle_vmx_instruction() 6326 kvm_queue_exception(vcpu, UD_VECTOR); in handle_tdx_instruction() 6338 kvm_queue_exception(vcpu, UD_VECTOR); in handle_encls() 8318 exception->vector = UD_VECTOR; in vmx_check_intercept()
|
| /linux/arch/x86/kvm/ |
| H A D | hyperv.c | 2538 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall() 2582 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_hv_hypercall()
|
| H A D | x86.c | 1039 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_require_dr() 2232 kvm_queue_exception(vcpu, UD_VECTOR); in kvm_handle_invalid_op() 9163 kvm_queue_exception(vcpu, UD_VECTOR); in handle_emulation_failure() 9465 kvm_queue_exception(vcpu, UD_VECTOR); in x86_emulate_instruction() 9478 WARN_ON_ONCE(ctxt->exception.vector == UD_VECTOR || in x86_emulate_instruction() 10511 ctxt->exception.vector = UD_VECTOR; in emulator_fix_hypercall()
|
| H A D | emulate.c | 560 return emulate_exception(ctxt, UD_VECTOR, 0, false); in emulate_ud()
|