Searched refs:cpuid_ecx (Results 1 – 2 of 2) sorted by relevance
159 unsigned int cpuid_ecx(unsigned int op);191 static inline unsigned int cpuid_ecx(unsigned int op) { return 0; }; in cpuid_ecx() function
123 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()