Searched refs:__cpuid (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/x86/ |
| A D | srso.c | 19 __cpuid(1, cpuid1_eax, b, c, d); in main()
|
| /tools/power/cpupower/utils/helpers/ |
| A D | cpuid.c | 28 __cpuid(op, eax, ebx, ecx, edx); \
|
| /tools/power/x86/intel-speed-select/ |
| A D | hfi-events.c | 237 __cpuid(6, eax, ebx, ecx, edx); in check_hf_suport()
|
| A D | isst-config.c | 160 __cpuid(1, fms, ebx, ecx, edx); in update_cpu_model()
|
| /tools/testing/selftests/kvm/x86/ |
| A D | cpuid_test.c | 33 __cpuid(guest_cpuid->entries[i].function, in test_guest_cpuids()
|
| /tools/testing/selftests/kvm/include/x86/ |
| A D | processor.h | 634 static inline void __cpuid(uint32_t function, uint32_t index, in __cpuid() function 654 return __cpuid(function, 0, eax, ebx, ecx, edx); in cpuid() 702 __cpuid(function, index, in __this_cpu_has()
|
| /tools/power/x86/turbostat/ |
| A D | turbostat.c | 1250 __cpuid(0x80000007, eax, ebx, ecx, edx); in probe_platform_features() 4464 __cpuid(1, eax, ebx, ecx, edx); in get_apic_id() 4479 __cpuid(0x80000001, eax, ebx, ecx, edx); in get_apic_id() 4486 __cpuid(0x8000001e, eax, ebx, ecx, edx); in get_apic_id() 4499 __cpuid(0xb, eax, ebx, ecx, edx); in get_apic_id() 6282 __cpuid(0, max_level, ebx, ecx, edx); in set_my_cpu_type() 8171 __cpuid(0x1a, eax, ebx, ecx, edx); in get_cpu_type() 8820 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() 8833 __cpuid(1, fms, ebx, ecx, edx); in process_cpuid() 8890 __cpuid(0x80000007, eax, ebx, ecx, edx); in process_cpuid() [all …]
|
Completed in 828 milliseconds