Symbol: __cpuid
arch/x86/include/asm/cpuid/api.h
131
__cpuid(regs + CPUID_EAX, regs + CPUID_EBX, regs + CPUID_ECX, regs + CPUID_EDX);
arch/x86/include/asm/cpuid/api.h
74
__cpuid(eax, ebx, ecx, edx);
arch/x86/include/asm/cpuid/api.h
84
__cpuid(eax, ebx, ecx, edx);
tools/power/cpupower/utils/helpers/cpuid.c
28
__cpuid(op, eax, ebx, ecx, edx); \
tools/power/x86/intel-speed-select/hfi-events.c
237
__cpuid(6, eax, ebx, ecx, edx);
tools/power/x86/intel-speed-select/isst-config.c
172
__cpuid(1, fms, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
1347
__cpuid(0x80000007, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
4559
__cpuid(1, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
4574
__cpuid(0x80000001, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
4581
__cpuid(0x8000001e, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
4594
__cpuid(0xb, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
6415
__cpuid(0, max_level, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
6420
__cpuid(CPUID_LEAF_MODEL_ID, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
8331
__cpuid(0x1a, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9082
__cpuid(0x40000000, max_extended_level, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9100
__cpuid(0, max_level, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9112
__cpuid(1, fms, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9137
__cpuid(0x80000000, max_extended_level, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9172
__cpuid(0x80000007, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9181
__cpuid(0x6, eax, ebx, ecx, edx);
tools/power/x86/turbostat/turbostat.c
9237
__cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx);
tools/power/x86/turbostat/turbostat.c
9261
__cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx);
tools/testing/selftests/kvm/include/x86/processor.h
677
return __cpuid(function, 0, eax, ebx, ecx, edx);
tools/testing/selftests/kvm/include/x86/processor.h
725
__cpuid(function, index,
tools/testing/selftests/kvm/x86/cpuid_test.c
33
__cpuid(guest_cpuid->entries[i].function,
tools/testing/selftests/x86/srso.c
19
__cpuid(1, cpuid1_eax, b, c, d);