Searched refs:max_level (Results 1 – 2 of 2) sorted by relevance
/tools/power/x86/x86_energy_perf_policy/ |
D | x86_energy_perf_policy.c | 139 unsigned int eax, ebx, ecx, edx, max_level; in validate_cpuid() local 144 asm("cpuid" : "=a" (max_level), "=b" (ebx), "=c" (ecx), in validate_cpuid() 163 "0x%x:%x:%x (%d:%d:%d)\n", max_level, in validate_cpuid()
|
/tools/power/x86/turbostat/ |
D | turbostat.c | 3187 unsigned int eax, ebx, ecx, edx, max_level, max_extended_level; in process_cpuid() local 3192 __cpuid(0, max_level, ebx, ecx, edx); in process_cpuid() 3210 max_level, family, model, stepping, family, model, stepping); in process_cpuid() 3276 if (max_level >= 0x7 && debug) { in process_cpuid() 3290 if (max_level >= 0x15) { in process_cpuid() 3332 if (max_level >= 0x16) { in process_cpuid()
|