Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dgcs.h67 unsigned long gcs_alloc_thread_stack(struct task_struct *tsk,
174 static inline unsigned long gcs_alloc_thread_stack(struct task_struct *tsk, in gcs_alloc_thread_stack() function
/linux/arch/arm64/kernel/
H A Dprocess.c314 gcs = gcs_alloc_thread_stack(p, args); in copy_thread_gcs()