Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/helpers/
Dhelpers.h159 unsigned int cpuid_ecx(unsigned int op);
191 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx() function
Dcpuid.c123 if (cpuid_level >= 6 && (cpuid_ecx(6) & 0x1)) in get_cpu_info()
141 if (cpuid_level >= 6 && (cpuid_ecx(6) & (1 << 3))) in get_cpu_info()