Searched refs:task_scs (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dscs.h25 #define task_scs(tsk) (task_thread_info(tsk)->scs_base) macro
40 task_scs_sp(tsk) = task_scs(tsk);
50 unsigned long *magic = __scs_magic(task_scs(tsk));
51 unsigned long sz = task_scs_sp(tsk) - task_scs(tsk);
/linux-master/kernel/
H A Dscs.c125 task_scs(tsk) = task_scs_sp(tsk) = s;
138 for (p = task_scs(tsk); p < __scs_magic(tsk); ++p) {
159 void *s = task_scs(tsk);

Completed in 136 milliseconds