/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | nested_exceptions_test.c | 52 #define INTERCEPT_SS_GP_DF (INTERCEPT_SS_DF | BIT_ULL(GP_VECTOR)) 61 GUEST_SYNC(GP_VECTOR); in l2_ss_injected_gp_test() 101 svm_run_l2(svm, l2_ss_injected_gp_test, GP_VECTOR, GP_ERROR_CODE_AMD); in l1_svm_code() 145 vmx_run_l2(l2_ss_injected_gp_test, GP_VECTOR, GP_ERROR_CODE_INTEL); in l1_vmx_code() 259 assert_ucall_vector(vcpu, GP_VECTOR); in main()
|
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()
|
D | platform_info_test.c | 36 GUEST_ASSERT_EQ(vector, GP_VECTOR); in guest_code()
|
D | pmu_counters_test.c | 329 __GUEST_ASSERT(expect_gp ? vector == GP_VECTOR : !vector, \ 504 __GUEST_ASSERT(vector == GP_VECTOR, in guest_test_fixed_counters() 509 __GUEST_ASSERT(vector == GP_VECTOR, in guest_test_fixed_counters()
|
D | xcr0_cpuid_test.c | 92 __GUEST_ASSERT(vector == GP_VECTOR, in guest_code()
|
D | vmx_pmu_caps_test.c | 58 __GUEST_ASSERT(vector == GP_VECTOR, in guest_test_perf_capabilities_gp()
|
D | userspace_msr_exit_test.c | 528 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in KVM_ONE_VCPU_TEST() 547 vm_install_exception_handler(vm, GP_VECTOR, guest_fep_gp_handler); in KVM_ONE_VCPU_TEST()
|
D | ucna_injection_test.c | 286 vm_install_exception_handler(vm, GP_VECTOR, guest_gp_handler); in main()
|
D | pmu_event_filter_test.c | 187 vm_install_exception_handler(vcpu->vm, GP_VECTOR, guest_gp_handler); in sanity_check_pmu() 189 vm_install_exception_handler(vcpu->vm, GP_VECTOR, NULL); in sanity_check_pmu()
|
D | hyperv_features.c | 56 __GUEST_ASSERT(vector == GP_VECTOR, in guest_msr()
|
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/ |
D | apic.h | 114 __GUEST_ASSERT(fault == GP_VECTOR, in x2apic_write_reg_fault()
|
/linux-6.12.1/arch/x86/kvm/vmx/ |
D | vmcs.h | 125 return is_exception_n(intr_info, GP_VECTOR); in is_gp_fault()
|
D | vmx.c | 887 eb |= (1u << GP_VECTOR); in vmx_update_exception_bitmap() 5149 case GP_VECTOR: in rmode_exception() 5163 if (((vec == GP_VECTOR) || (vec == SS_VECTOR)) && err_code == 0) { in handle_rmode_exception() 5265 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in handle_exception_nmi()
|
D | nested.c | 5196 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in get_vmx_mem_address() 5216 SS_VECTOR : GP_VECTOR, in get_vmx_mem_address()
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | svm.h | 171 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
D | kvm.h | 31 #define GP_VECTOR 13 macro
|
/linux-6.12.1/tools/arch/x86/include/uapi/asm/ |
D | svm.h | 171 { SVM_EXIT_EXCP_BASE + GP_VECTOR, "GP excp" }, \
|
D | kvm.h | 31 #define GP_VECTOR 13 macro
|
/linux-6.12.1/arch/x86/kvm/ |
D | x86.h | 200 BIT(NP_VECTOR) | BIT(SS_VECTOR) | BIT(GP_VECTOR) | in x86_exception_has_error_code()
|
D | emulate.c | 600 return emulate_exception(ctxt, GP_VECTOR, err, true); in emulate_gp() 1559 unsigned err_vec = GP_VECTOR; in __load_segment_descriptor() 1623 GP_VECTOR; in __load_segment_descriptor() 1774 return emulate_exception(ctxt, GP_VECTOR, 0, true); in load_segment_descriptor()
|
D | x86.c | 729 case GP_VECTOR: in exception_class() 1034 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in kvm_require_cpl() 8839 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in handle_emulation_failure() 9149 kvm_queue_exception_e(vcpu, GP_VECTOR, 0); in x86_emulate_instruction()
|
/linux-6.12.1/arch/x86/kvm/svm/ |
D | svm.c | 318 clr_exception_intercept(svm, GP_VECTOR); in svm_set_efer() 341 set_exception_intercept(svm, GP_VECTOR); in svm_set_efer() 1266 set_exception_intercept(svm, GP_VECTOR); in init_vmcb() 2423 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in gp_interception() 3321 [SVM_EXIT_EXCP_BASE + GP_VECTOR] = gp_interception,
|
D | sev.c | 4558 clr_exception_intercept(svm, GP_VECTOR); in sev_init_vmcb()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | kvm_host.h | 2233 kvm_queue_exception_e(vcpu, GP_VECTOR, error_code); in kvm_inject_gp()
|