Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dscs.h33 #define task_scs(tsk) (task_thread_info(tsk)->scs_base) macro
46 task_scs_sp(tsk) = task_scs(tsk); in scs_task_reset()
56 unsigned long *magic = __scs_magic(task_scs(tsk)); in task_scs_end_corrupted()
57 unsigned long sz = task_scs_sp(tsk) - task_scs(tsk); in task_scs_end_corrupted()
/Linux-v5.10/kernel/
Dscs.c61 task_scs(tsk) = task_scs_sp(tsk) = s; in scs_prepare()
74 for (p = task_scs(tsk); p < __scs_magic(tsk); ++p) { in scs_check_usage()
95 void *s = task_scs(tsk); in scs_release()