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 | 177 __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 | 659 static inline void __cpuid(u32 function, u32 index, in __cpuid() function 679 return __cpuid(function, 0, eax, ebx, ecx, edx); in cpuid() 731 __cpuid(function, index, in __this_cpu_has()
|
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 1350 __cpuid(0x80000007, eax, ebx, ecx, edx); in probe_platform_features() 4612 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id() 4627 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id() 4634 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id() 4647 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id() 6429 __cpuid(0, max_level, ebx, ecx, edx); in set_my_cpu_type() 6434 __cpuid(CPUID_LEAF_MODEL_ID, eax, ebx, ecx, edx); in set_my_cpu_type() 8345 __cpuid(0x1a, eax, ebx, ecx, edx); in get_cpu_type() 9096 __cpuid(0x40000000, max_extended_level, ebx, ecx, edx); in dump_cpuid_hypervisor() 9114 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() [all …]
|