Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/cpuid/
H A Dapi.h17 bool have_cpuid_p(void);
19 static inline bool have_cpuid_p(void) in have_cpuid_p() function
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c324 bool have_cpuid_p(void) in have_cpuid_p() function
1675 if (!have_cpuid_p()) in early_identify_cpu()
1679 if (have_cpuid_p()) { in early_identify_cpu()
1839 if (!have_cpuid_p()) in generic_identify()
1843 if (!have_cpuid_p()) in generic_identify()
/linux-6.15/arch/x86/kernel/cpu/microcode/
H A Dcore.c120 if (!have_cpuid_p() || in microcode_loader_disabled()