Searched refs:x86_cpuid_vendor (Results 1 – 2 of 2) sorted by relevance
88 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()
64 * 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