Home
last modified time | relevance | path

Searched refs:_FP_USER_MASK (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/arch/x86/include/ia32/
Dkernel_arch_data.h48 #define _FP_USER_MASK (K_FP_REGS | K_SSE_REGS) macro
50 #define _FP_USER_MASK (K_FP_REGS) macro
/Zephyr-latest/arch/x86/core/ia32/
Dfloat.c225 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()
Dswap.S169 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax)
284 testb $_FP_USER_MASK, _thread_offset_to_user_options(%eax)