Home
last modified time | relevance | path

Searched refs:stepping (Results 1 – 4 of 4) sorted by relevance

/tools/power/cpupower/utils/helpers/
Dcpuid.c58 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()
Dhelpers.h78 unsigned int stepping; member
/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c140 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/
Dturbostat.c1997 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()