Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpuid.h23 extern int have_cpuid_p(void);
25 static inline int have_cpuid_p(void) in have_cpuid_p() function
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c320 int have_cpuid_p(void) in have_cpuid_p() function
1639 if (!have_cpuid_p()) in early_identify_cpu()
1643 if (have_cpuid_p()) { in early_identify_cpu()
1797 if (!have_cpuid_p()) in generic_identify()
1801 if (!have_cpuid_p()) in generic_identify()
/openbmc/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c135 if (!have_cpuid_p()) in load_ucode_bsp()