| /arch/s390/kernel/ | 
| D | dumpstack.c | 44 			    enum stack_type type, unsigned long stack)  in in_stack() 57 	unsigned long stack = (unsigned long)task_stack_page(task);  in in_task_stack()  local 64 	unsigned long stack = get_lowcore()->async_stack - STACK_INIT_OFFSET;  in in_irq_stack()  local 71 	unsigned long stack = get_lowcore()->nodat_stack - STACK_INIT_OFFSET;  in in_nodat_stack()  local 78 	unsigned long stack = get_lowcore()->mcck_stack - STACK_INIT_OFFSET;  in in_mcck_stack()  local 85 	unsigned long stack = get_lowcore()->restart_stack - STACK_INIT_OFFSET;  in in_restart_stack()  local 129 void show_stack(struct task_struct *task, unsigned long *stack,  in show_stack()
  | 
| /arch/x86/kernel/ | 
| D | dumpstack_32.c | 38 static bool in_hardirq_stack(unsigned long *stack, struct stack_info *info)  in in_hardirq_stack() 63 static bool in_softirq_stack(unsigned long *stack, struct stack_info *info)  in in_softirq_stack() 88 static bool in_doublefault_stack(unsigned long *stack, struct stack_info *info)  in in_doublefault_stack() 108 int get_stack_info(unsigned long *stack, struct task_struct *task,  in get_stack_info()
  | 
| D | dumpstack_64.c | 94 static __always_inline bool in_exception_stack(unsigned long *stack, struct stack_info *info)  in in_exception_stack() 135 static __always_inline bool in_irq_stack(unsigned long *stack, struct stack_info *info)  in in_irq_stack() 170 bool noinstr get_stack_info_noinstr(unsigned long *stack, struct task_struct *task,  in get_stack_info_noinstr() 191 int get_stack_info(unsigned long *stack, struct task_struct *task,  in get_stack_info()
  | 
| D | irq_64.c | 38 	char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu);  in map_irq_stack()  local
  | 
| D | rethook.c | 119 	unsigned long *stack = (unsigned long *)regs->sp;  in arch_rethook_prepare()  local
  | 
| D | dumpstack.c | 32 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task,  in in_task_stack() 50 bool noinstr in_entry_stack(unsigned long *stack, struct stack_info *info)  in in_entry_stack() 187 			unsigned long *stack, const char *log_lvl)  in show_trace_log_lvl()
  | 
| D | irq_32.c | 55 static void call_on_stack(void *func, void *stack)  in call_on_stack()
  | 
| /arch/openrisc/kernel/ | 
| D | unwinder.c | 60 void unwind_stack(void *data, unsigned long *stack,  in unwind_stack() 93 void unwind_stack(void *data, unsigned long *stack,  in unwind_stack()
  | 
| /arch/powerpc/kernel/ | 
| D | stacktrace.c | 44 		unsigned long *stack = (unsigned long *) sp;  in arch_stack_walk()  local 96 		unsigned long *stack = (unsigned long *) sp;  in arch_stack_walk_reliable()  local
  | 
| /arch/xtensa/include/asm/ | 
| D | smp.h | 18 	unsigned long stack;  member
  | 
| /arch/um/include/shared/skas/ | 
| D | mm_id.h | 11 	unsigned long stack;  member
  | 
| /arch/um/kernel/skas/ | 
| D | mmu.c | 25 	unsigned long stack = 0;  in init_new_context()  local
  | 
| /arch/um/os-Linux/skas/ | 
| D | process.c | 207 static int userspace_tramp(void *stack)  in userspace_tramp() 271 	void *stack;  in start_userspace()  local 476 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void))  in new_thread()  argument 501 int start_idle_thread(void *stack, jmp_buf *switch_buf)  in start_idle_thread()
  | 
| /arch/loongarch/kernel/ | 
| D | process.c | 232 bool in_irq_stack(unsigned long stack, struct stack_info *info)  in in_irq_stack() 253 bool in_task_stack(unsigned long stack, struct task_struct *task,  in in_task_stack() 270 int get_stack_info(unsigned long stack, struct task_struct *task,  in get_stack_info()
  | 
| /arch/um/kernel/ | 
| D | sysrq.c | 29 void show_stack(struct task_struct *task, unsigned long *stack,  in show_stack()
  | 
| D | process.c | 48 void free_stack(unsigned long stack, int order)  in free_stack() 214 	unsigned long stack;  in user_context()  local
  | 
| /arch/um/os-Linux/ | 
| D | helper.c | 46 	unsigned long stack, sp;  in run_helper()  local 121 	unsigned long stack, sp;  in run_helper_thread()  local
  | 
| /arch/arm/kernel/ | 
| D | reboot.c | 62 	u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack);  in _soft_restart()  local
  | 
| D | irq.c | 56 	u8 *stack;  in init_irq_stacks()  local
  | 
| D | setup.c | 136 struct stack {  struct 144 static struct stack stacks[NR_CPUS];  argument
  | 
| /arch/parisc/kernel/ | 
| D | process.c | 208 	void *stack = task_stack_page(p);  in copy_thread()  local
  | 
| /arch/arm64/kvm/hyp/nvhe/ | 
| D | ftrace.c | 47 		struct hyp_ftrace_stack *stack;  in hyp_ftrace_func_reset()  local 62 	struct hyp_ftrace_stack *stack = this_cpu_ptr(&__ftrace_saved_frames);  in hyp_ftrace_func_push()  local 78 	struct hyp_ftrace_stack *stack = this_cpu_ptr(&__ftrace_saved_frames);  in hyp_ftrace_func_pop()  local
  | 
| /arch/m68k/kernel/ | 
| D | traps.c | 810 static void show_trace(unsigned long *stack, const char *loglvl)  in show_trace() 931 void show_stack(struct task_struct *task, unsigned long *stack,  in show_stack()
  | 
| /arch/sh/kernel/ | 
| D | ptrace_32.c | 40 	unsigned char *stack;  in get_stack_long()  local 53 	unsigned char *stack;  in put_stack_long()  local
  | 
| /arch/arm/include/asm/ | 
| D | smp.h | 58 	void *stack;  member
  |