Searched refs:X86_BUG_11AP (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | cpufeatures.h | 422 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */ macro
|
H A D | apic.h | 107 alternative_io("movl %0, %P1", "xchgl %0, %P1", X86_BUG_11AP, in native_apic_mem_write()
|
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 410 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */ macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | cpufeatures.h | 465 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */ macro
|
H A D | apic.h | 92 alternative_io("movl %0, %P1", "xchgl %0, %P1", X86_BUG_11AP, in native_apic_mem_write()
|
/kernel/linux/linux-6.6/tools/arch/x86/include/asm/ |
H A D | cpufeatures.h | 456 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */ macro
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | intel.c | 446 set_cpu_bug(c, X86_BUG_11AP); in intel_workarounds()
|
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | intel.c | 543 set_cpu_bug(c, X86_BUG_11AP); in intel_workarounds()
|
Completed in 12 milliseconds