Searched refs:stepping (Results 1 – 4 of 4) sorted by relevance
/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 58 cpu_info->stepping = unknown; in get_cpu_info() 91 &cpu_info->stepping); in get_cpu_info() 97 cpu_info->stepping == unknown) { in get_cpu_info()
|
D | helpers.h | 78 unsigned int stepping; member
|
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 140 unsigned int fms, family, model, stepping; in validate_cpuid() local 157 stepping = fms & 0xf; in validate_cpuid() 164 family, model, stepping, family, model, stepping); in validate_cpuid()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 1997 unsigned int fms, family, model, stepping; in check_cpuid() local 2013 stepping = fms & 0xf; in check_cpuid() 2019 max_level, family, model, stepping, family, model, stepping); in check_cpuid()
|