Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dcpufeatures.h437 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/Linux-v6.1/tools/arch/x86/include/asm/
Dcpufeatures.h434 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/Linux-v6.1/arch/x86/kernel/fpu/
Dcore.c144 if (unlikely(static_cpu_has_bug(X86_BUG_FXSAVE_LEAK))) { in restore_fpregs_from_fpstate()
/Linux-v6.1/arch/x86/kernel/cpu/
Damd.c949 set_cpu_bug(c, X86_BUG_FXSAVE_LEAK); in init_amd()