Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/include/asm/
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))