Searched refs:X86_BUG (Results 1 – 1 of 1) sorted by relevance
502 #define X86_BUG(x) (NCAPINTS*32 + (x)) macro504 #define X86_BUG_F00F X86_BUG(0) /* "f00f" Intel F00F */505 #define X86_BUG_FDIV X86_BUG(1) /* "fdiv" FPU FDIV */506 #define X86_BUG_COMA X86_BUG(2) /* "coma" Cyrix 6x86 coma */507 #define X86_BUG_AMD_TLB_MMATCH X86_BUG(3) /* "tlb_mmatch" AMD Erratum 383 */508 #define X86_BUG_AMD_APIC_C1E X86_BUG(4) /* "apic_c1e" AMD Erratum 400 */509 #define X86_BUG_11AP X86_BUG(5) /* "11ap" Bad local APIC aka 11AP */510 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* "fxsave_leak" FXSAVE leaks FOP/FIP/FOP */537 #define X86_BUG_RETBLEED X86_BUG(27) /* "retbleed" CPU is affected by RETBleed */544 #define X86_BUG_SRSO X86_BUG( 1*32+ 0) /* "srso" AMD SRSO bug */[all …]
Completed in 8 milliseconds