Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h403 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h407 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/
H A Dinternal.h426 if (unlikely(static_cpu_has_bug(X86_BUG_FXSAVE_LEAK))) { in copy_kernel_to_fpregs()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Damd.c1001 set_cpu_bug(c, X86_BUG_FXSAVE_LEAK); in init_amd()