Home
last modified time | relevance | path

Searched refs:cpu_has_xsaveopt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
Dcpufeature.h391 #define cpu_has_xsaveopt boot_cpu_has(X86_FEATURE_XSAVEOPT) macro
/linux-4.1.27/arch/x86/kernel/
Dxsave.c643 if (cpu_has_xsaveopt && eagerfpu != DISABLE) in xstate_enable_boot_cpu()