Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h273 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h469 if (unlikely(static_cpu_has_bug_safe(X86_BUG_FXSAVE_LEAK))) { in copy_kernel_to_fpregs()
/linux-4.4.14/arch/x86/kernel/cpu/
Damd.c721 set_cpu_bug(c, X86_BUG_FXSAVE_LEAK); in init_amd()