Home
last modified time | relevance | path

Searched defs:shstk_alloc_thread_stack (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dshstk.h32 static inline unsigned long shstk_alloc_thread_stack(struct task_struct *p, in shstk_alloc_thread_stack() function
/linux/arch/riscv/include/asm/
H A Dusercfi.h56 #define shstk_alloc_thread_stack(tsk, args) 0 macro
/linux/arch/riscv/kernel/
H A Dusercfi.c303 unsigned long shstk_alloc_thread_stack(struct task_struct *tsk, in shstk_alloc_thread_stack() function
/linux/arch/x86/kernel/
H A Dshstk.c194 unsigned long shstk_alloc_thread_stack(struct task_struct *tsk, u64 clone_flags, in shstk_alloc_thread_stack() function