Home
last modified time | relevance | path

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

/linux-6.14.4/tools/power/x86/turbostat/
Dturbostat.c34 #define CPUID_LEAF_MODEL_ID 0x1A macro
5942 if (max_level < CPUID_LEAF_MODEL_ID) in set_my_cpu_type()
5945 __cpuid(CPUID_LEAF_MODEL_ID, eax, ebx, ecx, edx); in set_my_cpu_type()