Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dprocessor.h204 extern int have_cpuid_p(void);
206 static inline int have_cpuid_p(void) in have_cpuid_p() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c251 int have_cpuid_p(void) in have_cpuid_p() function
1386 if (!have_cpuid_p()) in early_identify_cpu()
1390 if (have_cpuid_p()) { in early_identify_cpu()
1542 if (!have_cpuid_p()) in generic_identify()
1546 if (!have_cpuid_p()) in generic_identify()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/
H A Dcore.c165 if (!have_cpuid_p()) in load_ucode_bsp()