Searched refs:TI_FLAG_BYTE_FPDEPTH (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dthread_info_64.h20 #define TI_FLAG_BYTE_FPDEPTH 3 macro
75 #define TI_FPDEPTH (TI_FLAGS + TI_FLAG_BYTE_FPDEPTH)
149 #define get_thread_fpdepth() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH])
150 #define set_thread_fpdepth(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH] = (val))

Completed in 99 milliseconds