Home
last modified time | relevance | path

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

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