Home
last modified time | relevance | path

Searched refs:X86_BUG_FXSAVE_LEAK (Results 1 – 3 of 3) sorted by relevance

/arch/x86/include/asm/
Dcpufeatures.h380 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/arch/x86/include/asm/fpu/
Dinternal.h464 if (unlikely(static_cpu_has_bug(X86_BUG_FXSAVE_LEAK))) { in copy_kernel_to_fpregs()
/arch/x86/kernel/cpu/
Damd.c942 set_cpu_bug(c, X86_BUG_FXSAVE_LEAK); in init_amd()