Home
last modified time | relevance | path

Searched refs:X86_BUG_AMD_E400 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dprocess.c945 if (boot_cpu_has_bug(X86_BUG_AMD_E400)) { in select_idle_routine()
972 if (!boot_cpu_has_bug(X86_BUG_AMD_E400)) in arch_post_acpi_subsys_init()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h470 #define X86_BUG_AMD_E400 X86_BUG(13) /* CPU is among the affected by Erratum 400 */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h496 #define X86_BUG_AMD_E400 X86_BUG(13) /* CPU is among the affected by Erratum 400 */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c782 set_cpu_bug(c, X86_BUG_AMD_E400); in early_init_amd()