Searched refs:cpuid_eax (Results 1 – 7 of 7) sorted by relevance
116 cpuid_level = cpuid_eax(0); in get_cpu_info()117 ext_cpuid_level = cpuid_eax(0x80000000); in get_cpu_info()138 (cpuid_eax(6) & (1 << 1))) in get_cpu_info()
135 unsigned int cpuid_eax(unsigned int op);167 static inline unsigned int cpuid_eax(unsigned int op) { return 0; }; in cpuid_eax() function
251 #. if (cpuid_eax(0x80000000) >= 0x80000007
246 #. if (cpuid_eax(0x80000000) >= 0x80000007
245 #. if (cpuid_eax(0x80000000) >= 0x80000007
260 #. if (cpuid_eax(0x80000000) >= 0x80000007