Home
last modified time | relevance | path

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

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