Home
last modified time | relevance | path

Searched refs:kvm_get_supported_cpuid_entry (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dvmx_pmu_caps_test.c73 entry_a_0 = kvm_get_supported_cpuid_entry(0xa); in main()
Dpmu_event_filter_test.c405 entry = kvm_get_supported_cpuid_entry(0xa); in use_intel_pmu()
437 entry = kvm_get_supported_cpuid_entry(1); in use_amd_pmu()
Damx_test.c321 xsave_restore_size = kvm_get_supported_cpuid_entry(0xd)->ecx; in main()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h710 static inline const struct kvm_cpuid_entry2 *kvm_get_supported_cpuid_entry(uint32_t function) in kvm_get_supported_cpuid_entry() function
728 return kvm_get_supported_cpuid_entry(0)->eax; in kvm_get_cpuid_max_basic()
733 return kvm_get_supported_cpuid_entry(0x80000000)->eax; in kvm_get_cpuid_max_extended()
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dprocessor.c1067 pae = kvm_get_supported_cpuid_entry(1)->edx & (1 << 6); in kvm_get_cpu_address_width()
1071 entry = kvm_get_supported_cpuid_entry(0x80000008); in kvm_get_cpu_address_width()