Lines Matching defs:stack
179 unsigned long usp = args->stack;
187 /* Put the stack after the struct pt_regs. */
263 bool in_irq_stack(unsigned long stack, struct stack_info *info)
269 if (stack < begin || stack >= end)
284 bool in_task_stack(unsigned long stack, struct task_struct *task,
290 if (stack < begin || stack >= end)
301 int get_stack_info(unsigned long stack, struct task_struct *task,
306 if (!stack || stack & (SZREG - 1))
309 if (in_task_stack(stack, task, info))
315 if (in_irq_stack(stack, info))
341 * Don't forget that the stack pointer must be aligned on a 8 bytes