Searched refs:cpu_has_fxsr (Results 1 – 4 of 4) sorted by relevance
24 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()
29 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()
219 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()
367 #define cpu_has_fxsr boot_cpu_has(X86_FEATURE_FXSR) macro