Searched refs:_FP_USER_MASK (Results 1 – 3 of 3) sorted by relevance
48 #define _FP_USER_MASK (K_FP_REGS | K_SSE_REGS) macro50 #define _FP_USER_MASK (K_FP_REGS) macro
225 if ((arch_current_thread()->base.user_options & _FP_USER_MASK) == 0) { in z_float_enable()279 thread->base.user_options &= ~_FP_USER_MASK; in z_float_disable()317 k_float_enable(arch_current_thread(), _FP_USER_MASK); in _FpNotAvailableExcHandler()
169 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax)284 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax)