Home
last modified time | relevance | path

Searched refs:in_task_stack (Results 1 – 5 of 5) sorted by relevance

/arch/s390/kernel/
Ddumpstack.c54 static bool in_task_stack(unsigned long sp, struct task_struct *task, in in_task_stack() function
99 if (in_task_stack(sp, task, info)) in get_stack_info()
/arch/x86/kernel/
Ddumpstack_32.c93 if (in_task_stack(stack, task, info)) in get_stack_info()
Ddumpstack_64.c161 if (in_task_stack(stack, task, info)) in get_stack_info()
Ddumpstack.c32 bool in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack() function
/arch/x86/include/asm/
Dstacktrace.h31 bool in_task_stack(unsigned long *stack, struct task_struct *task,