Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/include/asm/
Dthread_info_64.h21 #define TI_FLAG_BYTE_CWP 4 macro
73 #define TI_CWP (TI_FLAGS + TI_FLAG_BYTE_CWP)
144 #define get_thread_cwp() (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP])
145 #define set_thread_cwp(val) (__cur_thread_flag_byte_ptr[TI_FLAG_BYTE_CWP] = (val))
/linux-4.1.27/arch/sparc/kernel/
Dkgdb_64.c79 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP]; in sleeping_thread_to_gdb_regs()
Dprocess_64.c641 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread()
656 __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP] = in copy_thread()