Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dprocess.c844 if (boot_cpu_has_bug(X86_BUG_AMD_E400)) { in select_idle_routine()
868 if (!boot_cpu_has_bug(X86_BUG_AMD_E400)) in arch_post_acpi_subsys_init()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h416 #define X86_BUG_AMD_E400 X86_BUG(13) /* CPU is among the affected by Erratum 400 */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h420 #define X86_BUG_AMD_E400 X86_BUG(13) /* CPU is among the affected by Erratum 400 */ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Damd.c729 set_cpu_bug(c, X86_BUG_AMD_E400); in early_init_amd()