Home
last modified time | relevance | path

Searched refs:task_scs_sp (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dscs.h26 #define task_scs_sp(tsk) (task_thread_info(tsk)->scs_sp) macro
40 task_scs_sp(tsk) = task_scs(tsk); in scs_task_reset()
51 unsigned long sz = task_scs_sp(tsk) - task_scs(tsk); in task_scs_end_corrupted()
/openbmc/linux/kernel/
H A Dscs.c125 task_scs(tsk) = task_scs_sp(tsk) = s; in scs_prepare()