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

/linux-master/arch/sparc/include/asm/
H A Dthread_info_64.h22 #define TI_FLAG_BYTE_CWP 4 macro
74 #define TI_CWP (TI_FLAGS + TI_FLAG_BYTE_CWP)
145 #define get_thread_cwp() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP])
146 #define set_thread_cwp(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP] = (val))
/linux-master/arch/sparc/kernel/
H A Dkgdb_64.c80 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP];
H A Dprocess_64.c592 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] =
606 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] =

Completed in 107 milliseconds