Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h253 if (boot_cpu_has(X86_FEATURE_XSAVES)) in copy_xregs_to_kernel_booting()
283 if (boot_cpu_has(X86_FEATURE_XSAVES)) in copy_kernel_to_xregs_booting()
328 X86_FEATURE_XSAVES, in copy_xregs_to_kernel()
356 X86_FEATURE_XSAVES, in copy_kernel_to_xregs()
/linux-4.4.14/arch/x86/kernel/fpu/
Dinit.c228 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in fpu__init_system_xstate_size_legacy()
379 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in x86_noxsaves_setup()
Dxstate.c47 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in fpu__xstate_clear_all_cpu_caps()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h251 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS */ macro
399 #define cpu_has_xsaves boot_cpu_has(X86_FEATURE_XSAVES)