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