Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dthread_info_64.h19 #define TI_FLAG_BYTE_FPDEPTH 3 macro
74 #define TI_FPDEPTH (TI_FLAGS + TI_FLAG_BYTE_FPDEPTH)
148 #define get_thread_fpdepth() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH])
149 #define set_thread_fpdepth(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH] = (val))