Searched refs:have_cpuid_p (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dcpuid.h23 extern int have_cpuid_p(void);
25 static inline int have_cpuid_p(void) function
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c318 int have_cpuid_p(void) function
1585 if (!have_cpuid_p())
1589 if (have_cpuid_p()) {
1741 if (!have_cpuid_p())
1745 if (!have_cpuid_p())
/linux-master/arch/x86/kernel/cpu/microcode/
H A Dcore.c133 if (!have_cpuid_p())

Completed in 158 milliseconds