Home
last modified time | relevance | path

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

/arch/s390/kernel/
A Ddumpstack.c55 static bool in_task_stack(unsigned long sp, struct task_struct *task, in in_task_stack() function
102 if (in_task_stack(sp, task, info)) in get_stack_info()
/arch/loongarch/include/asm/
A Dstacktrace.h31 bool in_task_stack(unsigned long stack, struct task_struct *task, struct stack_info *info);
/arch/x86/include/asm/
A Dstacktrace.h31 bool in_task_stack(unsigned long *stack, struct task_struct *task,
/arch/x86/kernel/
A Ddumpstack_32.c116 if (in_task_stack(stack, task, info)) in get_stack_info()
A Ddumpstack_64.c173 if (in_task_stack(stack, task, info)) in get_stack_info_noinstr()
A Ddumpstack.c30 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack() function
/arch/loongarch/kernel/
A Dprocess.c274 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack() function
299 if (in_task_stack(stack, task, info)) in get_stack_info()

Completed in 794 milliseconds