Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dxsave.h82 if (boot_cpu_has(X86_FEATURE_XSAVES)) in xsave_state_booting()
109 if (boot_cpu_has(X86_FEATURE_XSAVES)) in xrstor_state_booting()
149 X86_FEATURE_XSAVES, in xsave_state()
176 X86_FEATURE_XSAVES, in xrstor_state()
Dcpufeature.h247 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS */ macro
392 #define cpu_has_xsaves boot_cpu_has(X86_FEATURE_XSAVES)
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c154 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in x86_xsave_setup()
170 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in x86_xsaves_setup()
/linux-4.1.27/arch/x86/kernel/
Di387.c190 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in init_thread_xstate()