Searched refs:__cpuid (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/x86/ |
| H A D | srso.c | 19 __cpuid(1, cpuid1_eax, b, c, d); in main()
|
| /linux/tools/power/cpupower/utils/helpers/ |
| H A D | cpuid.c | 28 __cpuid(op, eax, ebx, ecx, edx); \
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A D | hfi-events.c | 237 __cpuid(6, eax, ebx, ecx, edx); in check_hf_suport()
|
| H A D | isst-config.c | 172 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | cpuid_test.c | 33 __cpuid(guest_cpuid->entries[i].function, in test_guest_cpuids()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 657 static inline void __cpuid(uint32_t function, uint32_t index, in __cpuid() function 677 return __cpuid(function, 0, eax, ebx, ecx, edx); in cpuid() 725 __cpuid(function, index, in __this_cpu_has()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 1347 __cpuid(0x80000007, eax, ebx, ecx, edx); in probe_platform_features() 4559 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id() 4574 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id() 4581 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id() 4594 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id() 6415 __cpuid(0, max_level, ebx, ecx, edx); in set_my_cpu_type() 6420 __cpuid(CPUID_LEAF_MODEL_ID, eax, ebx, ecx, edx); in set_my_cpu_type() 8331 __cpuid(0x1a, eax, ebx, ecx, edx); in get_cpu_type() 9082 __cpuid(0x40000000, max_extended_level, ebx, ecx, edx); in dump_cpuid_hypervisor() 9100 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() [all …]
|