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

/linux-master/arch/sparc/include/asm/
H A Dthread_info_64.h18 #define TI_FLAG_BYTE_NOERROR 2 macro
77 #define TI_SYS_NOERROR (TI_FLAGS + TI_FLAG_BYTE_NOERROR)
147 #define get_thread_noerror() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_NOERROR])
148 #define set_thread_noerror(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_NOERROR] = (val))

Completed in 262 milliseconds