Searched refs:X86_BUG_DIV0 (Results 1 – 2 of 2) sorted by relevance
500 #define X86_BUG_DIV0 X86_BUG(1*32 + 1) /* AMD DIV0 speculation bug */ macro
1154 setup_force_cpu_bug(X86_BUG_DIV0); in init_amd()1333 asm volatile(ALTERNATIVE("", "div %2\n\t", X86_BUG_DIV0) in amd_clear_divider()