Home
last modified time | relevance | path

Searched refs:x86_cpuid_vendor (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/cpu/microcode/
H A Dcore.c88 if (x86_cpuid_vendor() != X86_VENDOR_AMD) in amd_check_current_patch_level()
142 switch (x86_cpuid_vendor()) { in load_ucode_bsp()
178 switch (x86_cpuid_vendor()) { in load_ucode_ap()
234 vendor = x86_cpuid_vendor(); in reload_early_microcode()
H A Dinternal.h64 * x86_cpuid_vendor() gets vendor id for BSP.
67 * coding, we still use x86_cpuid_vendor() to get vendor id for AP.
69 * x86_cpuid_vendor() gets vendor information directly from CPUID.
71 static inline int x86_cpuid_vendor(void) in x86_cpuid_vendor() function