Home
last modified time | relevance | path

Searched refs:X86_BUG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h475 #define X86_BUG(x) (NCAPINTS*32 + (x)) macro
477 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */
478 #define X86_BUG_FDIV X86_BUG(1) /* FPU FDIV */
479 #define X86_BUG_COMA X86_BUG(2) /* Cyrix 6x86 coma */
480 #define X86_BUG_AMD_TLB_MMATCH X86_BUG(3) /* "tlb_mmatch" AMD Erratum 383 */
481 #define X86_BUG_AMD_APIC_C1E X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */
482 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */
483 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */
484 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */
485 #define X86_BUG_SYSRET_SS_ATTRS X86_BUG(8) /* SYSRET doesn't fix up SS attrs */
[all …]
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h449 #define X86_BUG(x) (NCAPINTS*32 + (x)) macro
451 #define X86_BUG_F00F X86_BUG(0) /* Intel F00F */
452 #define X86_BUG_FDIV X86_BUG(1) /* FPU FDIV */
453 #define X86_BUG_COMA X86_BUG(2) /* Cyrix 6x86 coma */
454 #define X86_BUG_AMD_TLB_MMATCH X86_BUG(3) /* "tlb_mmatch" AMD Erratum 383 */
455 #define X86_BUG_AMD_APIC_C1E X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */
456 #define X86_BUG_11AP X86_BUG(5) /* Bad local APIC aka 11AP */
457 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */
458 #define X86_BUG_CLFLUSH_MONITOR X86_BUG(7) /* AAI65, CLFLUSH required before MONITOR */
459 #define X86_BUG_SYSRET_SS_ATTRS X86_BUG(8) /* SYSRET doesn't fix up SS attrs */
[all …]