Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dcpuid.h23 extern int have_cpuid_p(void);
25 static inline int have_cpuid_p(void) in have_cpuid_p() function
/linux-6.12.1/arch/x86/kernel/cpu/
Dcommon.c320 int have_cpuid_p(void) in have_cpuid_p() function
1594 if (!have_cpuid_p()) in early_identify_cpu()
1598 if (have_cpuid_p()) { in early_identify_cpu()
1751 if (!have_cpuid_p()) in generic_identify()
1755 if (!have_cpuid_p()) in generic_identify()
/linux-6.12.1/arch/x86/kernel/cpu/microcode/
Dcore.c128 if (!have_cpuid_p()) in load_ucode_bsp()