Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h266 #define X86_BUG_FXSAVE_LEAK X86_BUG(6) /* FXSAVE leaks FOP/FIP/FOP */ macro
Dfpu-internal.h325 if (unlikely(static_cpu_has_bug_safe(X86_BUG_FXSAVE_LEAK))) { in restore_fpu_checking()
/linux-4.1.27/arch/x86/kernel/cpu/
Damd.c683 set_cpu_bug(c, X86_BUG_FXSAVE_LEAK); in init_amd()