Searched refs:end_of_stack (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/sched/
H A Dtask_stack.h27 static __always_inline unsigned long *end_of_stack(const struct task_struct *task) function
55 static inline unsigned long *end_of_stack(struct task_struct *p) function
86 (*(end_of_stack(task)) != STACK_END_MAGIC)
100 unsigned long *n = end_of_stack(p);
111 return (unsigned long)end_of_stack(p) - (unsigned long)n;
113 return (unsigned long)n - (unsigned long)end_of_stack(p);
/linux-master/arch/powerpc/include/asm/
H A Dlivepatch.h17 task_thread_info(p)->livepatch_sp = end_of_stack(p) + 1;
/linux-master/include/linux/
H A Dstackleak.h29 return (unsigned long)end_of_stack(tsk) + sizeof(unsigned long);
/linux-master/drivers/md/dm-vdo/indexer/
H A Dradix-sort.c60 struct task *end_of_stack; member in struct:radix_sorter
162 * @end_of_stack: the end of the stack
172 static inline int push_bins(struct task **stack, struct task *end_of_stack, argument
190 if (*stack >= end_of_stack)
220 radix_sorter->end_of_stack = radix_sorter->stack + stack_size;
282 result = push_bins(&task_stack, sorter->end_of_stack,
/linux-master/mm/kasan/
H A Dreport_generic.c309 shadow_bottom = kasan_mem_to_shadow(end_of_stack(current));
/linux-master/arch/arm/kernel/
H A Dtraps.c245 } else if (fp < (unsigned long)end_of_stack(tsk))
296 TASK_COMM_LEN, tsk->comm, task_pid_nr(tsk), end_of_stack(tsk));
/linux-master/kernel/
H A Dfork.c1096 stackend = end_of_stack(tsk);

Completed in 192 milliseconds