/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | nested_exceptions_test.c | 54 #define INTERCEPT_SS_GP_DF (INTERCEPT_SS_DF | BIT_ULL(GP_VECTOR)) 63 GUEST_SYNC(GP_VECTOR); in l2_ss_injected_gp_test() 103 svm_run_l2(svm, l2_ss_injected_gp_test, GP_VECTOR, GP_ERROR_CODE_AMD); in l1_svm_code() 147 vmx_run_l2(l2_ss_injected_gp_test, GP_VECTOR, GP_ERROR_CODE_INTEL); in l1_vmx_code() 261 assert_ucall_vector(vcpu, GP_VECTOR); in main()
|
H A D | kvm_pv_test.c | 49 GUEST_ASSERT_EQ(vector, GP_VECTOR); in test_msr() 52 GUEST_ASSERT_EQ(vector, GP_VECTOR); in test_msr()
|
H A D | xcr0_cpuid_test.c | 92 __GUEST_ASSERT(vector == GP_VECTOR, in guest_code()
|
H A D | vmx_pmu_caps_test.c | 58 __GUEST_ASSERT(vector == GP_VECTOR, in guest_test_perf_capabilities_gp()
|
H A D | userspace_msr_exit_test.c | 550 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in test_msr_filter_allow() 569 vm_install_exception_handler(vm, GP_VECTOR, guest_fep_gp_handler); in test_msr_filter_allow()
|
H A D | ucna_injection_test.c | 293 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
|
H A D | pmu_event_filter_test.c | 242 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in sanity_check_pmu() 244 vm_install_exception_handler(vcpu->vm, GP_VECTOR, NULL); in sanity_check_pmu()
|
H A D | hyperv_features.c | 56 __GUEST_ASSERT(vector == GP_VECTOR, in guest_msr()
|
/openbmc/linux/arch/x86/kvm/vmx/ |
H A D | vmcs.h | 125 return is_exception_n(intr_info, GP_VECTOR); in is_gp_fault()
|
H A D | vmx.c | 898 eb |= (1u << GP_VECTOR); in vmx_update_exception_bitmap() 5133 case GP_VECTOR: in rmode_exception() 5147 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { in handle_rmode_exception() 5239 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in handle_exception_nmi()
|
H A D | nested.c | 5060 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in get_vmx_mem_address() 5080 SS_VECTOR : GP_VECTOR, in get_vmx_mem_address()
|
/openbmc/linux/tools/arch/x86/include/uapi/asm/ |
H A D | svm.h | 170 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
H A D | kvm.h | 29 #define GP_VECTOR 13 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | svm.h | 170 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
H A D | kvm.h | 29 #define GP_VECTOR 13 macro
|
/openbmc/linux/arch/x86/kvm/ |
H A D | x86.h | 177 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
|
H A D | emulate.c | 600 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp() 1558 unsigned err_vec = GP_VECTOR; in __load_segment_descriptor() 1622 GP_VECTOR; in __load_segment_descriptor() 1773 return emulate_exception(ctxt, GP_VECTOR, 0, true); in load_segment_descriptor()
|
H A D | x86.c | 533 case GP_VECTOR: in exception_class() 844 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl() 8563 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in handle_emulation_failure() 8948 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in x86_emulate_instruction()
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 31 #define GP_VECTOR 13 macro
|
/openbmc/linux/arch/x86/kvm/svm/ |
H A D | svm.c | 317 clr_exception_intercept(svm, GP_VECTOR); in svm_set_efer() 340 set_exception_intercept(svm, GP_VECTOR); in svm_set_efer() 1281 set_exception_intercept(svm, GP_VECTOR); in init_vmcb() 2427 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in gp_interception() 3307 [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception,
|
H A D | sev.c | 3108 clr_exception_intercept(svm, GP_VECTOR); in sev_init_vmcb()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 2105 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
|