Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sparc/include/asm/
Dthread_info_64.h167 #define __thread_flag_byte_ptr(ti) \ macro
169 #define __cur_thread_flag_byte_ptr __thread_flag_byte_ptr(current_thread_info())
Dswitch_to_64.h25 : : "r" (__thread_flag_byte_ptr(task_thread_info(next))[TI_FLAG_BYTE_CURRENT_DS]));\
/linux-3.4.99/arch/sparc/kernel/
Dkgdb_64.c76 cwp = __thread_flag_byte_ptr(t)[TI_FLAG_BYTE_CWP]; in sleeping_thread_to_gdb_regs()