Searched refs:fp_owner (Results 1 – 1 of 1) sorted by relevance
170 struct k_thread *fp_owner; in z_float_enable() local197 fp_owner = _kernel.current_fp; in z_float_enable()198 if (fp_owner != NULL) { in z_float_enable()199 if ((fp_owner->arch.flags & X86_THREAD_FLAG_ALL) != 0) { in z_float_enable()200 FpCtxSave(fp_owner); in z_float_enable()