X86_BUG           375 arch/x86/include/asm/cpufeatures.h #define X86_BUG_F00F			X86_BUG(0) /* Intel F00F */
X86_BUG           376 arch/x86/include/asm/cpufeatures.h #define X86_BUG_FDIV			X86_BUG(1) /* FPU FDIV */
X86_BUG           377 arch/x86/include/asm/cpufeatures.h #define X86_BUG_COMA			X86_BUG(2) /* Cyrix 6x86 coma */
X86_BUG           378 arch/x86/include/asm/cpufeatures.h #define X86_BUG_AMD_TLB_MMATCH		X86_BUG(3) /* "tlb_mmatch" AMD Erratum 383 */
X86_BUG           379 arch/x86/include/asm/cpufeatures.h #define X86_BUG_AMD_APIC_C1E		X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */
X86_BUG           380 arch/x86/include/asm/cpufeatures.h #define X86_BUG_11AP			X86_BUG(5) /* Bad local APIC aka 11AP */
X86_BUG           381 arch/x86/include/asm/cpufeatures.h #define X86_BUG_FXSAVE_LEAK		X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */
X86_BUG           382 arch/x86/include/asm/cpufeatures.h #define X86_BUG_CLFLUSH_MONITOR		X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */
X86_BUG           383 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SYSRET_SS_ATTRS		X86_BUG(8) /* SYSRET doesn't fix up SS attrs */
X86_BUG           389 arch/x86/include/asm/cpufeatures.h #define X86_BUG_ESPFIX			X86_BUG(9) /* "" IRET to 16-bit SS corrupts ESP/RSP high bits */
X86_BUG           391 arch/x86/include/asm/cpufeatures.h #define X86_BUG_NULL_SEG		X86_BUG(10) /* Nulling a selector preserves the base */
X86_BUG           392 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SWAPGS_FENCE		X86_BUG(11) /* SWAPGS without input dep on GS */
X86_BUG           393 arch/x86/include/asm/cpufeatures.h #define X86_BUG_MONITOR			X86_BUG(12) /* IPI required to wake up remote CPU */
X86_BUG           394 arch/x86/include/asm/cpufeatures.h #define X86_BUG_AMD_E400		X86_BUG(13) /* CPU is among the affected by Erratum 400 */
X86_BUG           395 arch/x86/include/asm/cpufeatures.h #define X86_BUG_CPU_MELTDOWN		X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel page table isolation */
X86_BUG           396 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SPECTRE_V1		X86_BUG(15) /* CPU is affected by Spectre variant 1 attack with conditional branches */
X86_BUG           397 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SPECTRE_V2		X86_BUG(16) /* CPU is affected by Spectre variant 2 attack with indirect branches */
X86_BUG           398 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SPEC_STORE_BYPASS	X86_BUG(17) /* CPU is affected by speculative store bypass attack */
X86_BUG           399 arch/x86/include/asm/cpufeatures.h #define X86_BUG_L1TF			X86_BUG(18) /* CPU is affected by L1 Terminal Fault */
X86_BUG           400 arch/x86/include/asm/cpufeatures.h #define X86_BUG_MDS			X86_BUG(19) /* CPU is affected by Microarchitectural data sampling */
X86_BUG           401 arch/x86/include/asm/cpufeatures.h #define X86_BUG_MSBDS_ONLY		X86_BUG(20) /* CPU is only affected by the  MSDBS variant of BUG_MDS */
X86_BUG           402 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SWAPGS			X86_BUG(21) /* CPU is affected by speculation through SWAPGS */
X86_BUG           403 arch/x86/include/asm/cpufeatures.h #define X86_BUG_TAA			X86_BUG(22) /* CPU is affected by TSX Async Abort(TAA) */
X86_BUG           404 arch/x86/include/asm/cpufeatures.h #define X86_BUG_ITLB_MULTIHIT		X86_BUG(23) /* CPU may incur MCE during certain page attribute changes */
X86_BUG           405 arch/x86/include/asm/cpufeatures.h #define X86_BUG_SRBDS			X86_BUG(24) /* CPU may leak RNG bits if not mitigated */
X86_BUG           374 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_F00F			X86_BUG(0) /* Intel F00F */
X86_BUG           375 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_FDIV			X86_BUG(1) /* FPU FDIV */
X86_BUG           376 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_COMA			X86_BUG(2) /* Cyrix 6x86 coma */
X86_BUG           377 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_AMD_TLB_MMATCH		X86_BUG(3) /* "tlb_mmatch" AMD Erratum 383 */
X86_BUG           378 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_AMD_APIC_C1E		X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */
X86_BUG           379 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_11AP			X86_BUG(5) /* Bad local APIC aka 11AP */
X86_BUG           380 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_FXSAVE_LEAK		X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */
X86_BUG           381 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_CLFLUSH_MONITOR		X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */
X86_BUG           382 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_SYSRET_SS_ATTRS		X86_BUG(8) /* SYSRET doesn't fix up SS attrs */
X86_BUG           388 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_ESPFIX			X86_BUG(9) /* "" IRET to 16-bit SS corrupts ESP/RSP high bits */
X86_BUG           390 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_NULL_SEG		X86_BUG(10) /* Nulling a selector preserves the base */
X86_BUG           391 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_SWAPGS_FENCE		X86_BUG(11) /* SWAPGS without input dep on GS */
X86_BUG           392 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_MONITOR			X86_BUG(12) /* IPI required to wake up remote CPU */
X86_BUG           393 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_AMD_E400		X86_BUG(13) /* CPU is among the affected by Erratum 400 */
X86_BUG           394 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_CPU_MELTDOWN		X86_BUG(14) /* CPU is affected by meltdown attack and needs kernel page table isolation */
X86_BUG           395 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_SPECTRE_V1		X86_BUG(15) /* CPU is affected by Spectre variant 1 attack with conditional branches */
X86_BUG           396 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_SPECTRE_V2		X86_BUG(16) /* CPU is affected by Spectre variant 2 attack with indirect branches */
X86_BUG           397 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_SPEC_STORE_BYPASS	X86_BUG(17) /* CPU is affected by speculative store bypass attack */
X86_BUG           398 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_L1TF			X86_BUG(18) /* CPU is affected by L1 Terminal Fault */
X86_BUG           399 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_MDS			X86_BUG(19) /* CPU is affected by Microarchitectural data sampling */
X86_BUG           400 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_MSBDS_ONLY		X86_BUG(20) /* CPU is only affected by the  MSDBS variant of BUG_MDS */
X86_BUG           401 tools/arch/x86/include/asm/cpufeatures.h #define X86_BUG_SWAPGS			X86_BUG(21) /* CPU is affected by speculation through SWAPGS */