Home
last modified time | relevance | path

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

/arch/sparc/include/asm/
Dthread_info_64.h19 #define TI_FLAG_BYTE_FPDEPTH 3 macro
76 #define TI_FPDEPTH (TI_FLAGS + TI_FLAG_BYTE_FPDEPTH)
152 #define get_thread_fpdepth() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH])
153 #define set_thread_fpdepth(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH] = (val))