Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/fpu/
Dregset.c24 return (cpu_has_fxsr && target_fpu->fpstate_active) ? regset->n : 0; in regset_xregset_fpregs_active()
33 if (!cpu_has_fxsr) in xfpregs_get()
50 if (!cpu_has_fxsr) in xfpregs_set()
281 if (!cpu_has_fxsr) in fpregs_get()
312 if (!cpu_has_fxsr) in fpregs_set()
Dinit.c29 if (cpu_has_fxsr) in fpu__init_cpu_generic()
104 if (cpu_has_fxsr) { in fpu__init_system_mxcsr()
210 if (cpu_has_fxsr) in fpu__init_system_xstate_size_legacy()
Dcore.c219 if (cpu_has_fxsr) in fpstate_init()
444 if (cpu_has_fxsr) { in get_fpu_cwd()
453 if (cpu_has_fxsr) { in get_fpu_swd()
/linux-4.4.14/arch/x86/include/asm/
Dcpufeature.h367 #define cpu_has_fxsr boot_cpu_has(X86_FEATURE_FXSR) macro