TI_FLAG_BYTE_FPDEPTH 75 arch/sparc/include/asm/thread_info_64.h #define TI_FPDEPTH (TI_FLAGS + TI_FLAG_BYTE_FPDEPTH) TI_FLAG_BYTE_FPDEPTH 150 arch/sparc/include/asm/thread_info_64.h #define get_thread_fpdepth() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH]) TI_FLAG_BYTE_FPDEPTH 151 arch/sparc/include/asm/thread_info_64.h #define set_thread_fpdepth(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_FPDEPTH] = (val))