Searched refs:shstk_alloc_thread_stack (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | shstk.h | 19 unsigned long shstk_alloc_thread_stack(struct task_struct *p, u64 clone_flags, 32 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 D | usercfi.h | 33 unsigned long shstk_alloc_thread_stack(struct task_struct *tsk, 56 #define shstk_alloc_thread_stack(tsk, args) 0 macro
|
| /linux/arch/riscv/kernel/ |
| H A D | usercfi.c | 303 unsigned long shstk_alloc_thread_stack(struct task_struct *tsk, in shstk_alloc_thread_stack() function
|
| H A D | process.c | 264 ssp = shstk_alloc_thread_stack(p, args); in copy_thread()
|
| /linux/arch/x86/kernel/ |
| H A D | shstk.c | 194 unsigned long shstk_alloc_thread_stack(struct task_struct *tsk, u64 clone_flags, in shstk_alloc_thread_stack() function
|
| H A D | process.c | 222 new_ssp = shstk_alloc_thread_stack(p, clone_flags, args->stack_size); in copy_thread()
|