Searched refs:X86_BUG (Results 1 – 1 of 1) sorted by relevance
372 #define X86_BUG(x) (NCAPINTS*32 + (x)) macro374 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */375 #define X86_BUG_FDIV X86_BUG(1) /* FPU FDIV */376 #define X86_BUG_COMA X86_BUG(2) /* Cyrix 6x86 coma */377 #define X86_BUG_AMD_TLB_MMATCH X86_BUG(3) /* "tlb_mmatch" AMD Erratum 383 */378 #define X86_BUG_AMD_APIC_C1E X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */379 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */380 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */381 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */382 #define X86_BUG_SYSRET_SS_ATTRS X86_BUG(8) /* SYSRET doesn't fix up SS attrs */[all …]