Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dinit.c290 if (cpu_has_xsaveopt && eagerfpu != DISABLE) in fpu__init_system_ctx_switch()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h398 #define cpu_has_xsaveopt boot_cpu_has(X86_FEATURE_XSAVEOPT) macro