Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dprocess.c445 if (cpu_has_bug(c, X86_BUG_AMD_APIC_C1E)) { in select_idle_routine()
/arch/x86/include/asm/
Dcpufeature.h248 #define X86_BUG_AMD_APIC_C1E X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */ macro
/arch/x86/kernel/cpu/
Damd.c724 set_cpu_bug(c, X86_BUG_AMD_APIC_C1E); in init_amd()