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

/linux-master/arch/x86/include/asm/
H A Dstacktrace.h31 bool in_task_stack(unsigned long *stack, struct task_struct *task,
/linux-master/arch/loongarch/include/asm/
H A Dstacktrace.h30 bool in_task_stack(unsigned long stack, struct task_struct *task, struct stack_info *info);
/linux-master/arch/x86/kernel/
H A Ddumpstack_32.c116 if (in_task_stack(stack, task, info))
H A Ddumpstack_64.c173 if (in_task_stack(stack, task, info))
H A Ddumpstack.c32 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, function
/linux-master/arch/s390/kernel/
H A Ddumpstack.c54 static bool in_task_stack(unsigned long sp, struct task_struct *task, function
101 if (in_task_stack(sp, task, info))
/linux-master/arch/loongarch/kernel/
H A Dprocess.c253 bool in_task_stack(unsigned long stack, struct task_struct *task, function
278 if (in_task_stack(stack, task, info))

Completed in 170 milliseconds