Home
last modified time | relevance | path

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

/linux-6.1.9/tools/arch/x86/include/asm/
Dcpufeatures.h433 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */ macro
/linux-6.1.9/arch/x86/include/asm/
Dcpufeatures.h436 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */ macro
Dapic.h105 alternative_io("movl %0, %P1", "xchgl %0, %P1", X86_BUG_11AP, in native_apic_mem_write()
/linux-6.1.9/arch/x86/kernel/cpu/
Dintel.c484 set_cpu_bug(c, X86_BUG_11AP); in intel_workarounds()