Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dcommon.c262 int have_cpuid_p(void) in have_cpuid_p() function
1069 if (!have_cpuid_p()) in early_identify_cpu()
1073 if (have_cpuid_p()) { in early_identify_cpu()
1190 if (!have_cpuid_p()) in generic_identify()
1194 if (!have_cpuid_p()) in generic_identify()
/arch/x86/include/asm/
Dprocessor.h206 extern int have_cpuid_p(void);
208 static inline int have_cpuid_p(void) in have_cpuid_p() function
/arch/x86/kernel/cpu/microcode/
Dcore.c176 if (!have_cpuid_p()) in load_ucode_bsp()