Home
last modified time | relevance | path

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

/linux/arch/sparc/include/asm/
A Dthread_info_64.h22 #define TI_FLAG_BYTE_CWP 4 macro
74 #define TI_CWP (TI_FLAGS + TI_FLAG_BYTE_CWP)
147 #define get_thread_cwp() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP])
148 #define set_thread_cwp(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP] = (val))
/linux/arch/sparc/kernel/
A Dkgdb_64.c80 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP]; in sleeping_thread_to_gdb_regs()
A Dprocess_64.c599 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread()
614 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread()

Completed in 7 milliseconds