Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h457 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h483 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/openbmc/linux/arch/x86/kernel/fpu/
H A Dcore.c144 if (unlikely(static_cpu_has_bug(X86_BUG_FXSAVE_LEAK))) { in restore_fpregs_from_fpstate()
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c1148 set_cpu_bug(c, X86_BUG_FXSAVE_LEAK); in init_amd()