Searched refs:cpuid_edx (Results 1 – 2 of 2) sorted by relevance
229 return cpuid_edx(0x00000001) & (1 << 12) ? true : false; in has_mtrr()456 return cpuid_edx(0x80000001) & (1 << 29) ? true : false; in has_long_mode()
150 static inline unsigned int cpuid_edx(unsigned int op) in cpuid_edx() function