Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 66) sorted by relevance

123

/arch/s390/kernel/
A Ddumpstack.c45 enum stack_type type, unsigned long stack) in in_stack()
58 unsigned long stack = (unsigned long)task_stack_page(task); in in_task_stack() local
65 unsigned long stack = get_lowcore()->async_stack - STACK_INIT_OFFSET; in in_irq_stack() local
72 unsigned long stack = get_lowcore()->nodat_stack - STACK_INIT_OFFSET; in in_nodat_stack() local
79 unsigned long stack = get_lowcore()->mcck_stack - STACK_INIT_OFFSET; in in_mcck_stack() local
86 unsigned long stack = get_lowcore()->restart_stack - STACK_INIT_OFFSET; in in_restart_stack() local
130 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
A Dsetup.c367 void *stack; in stack_alloc() local
375 void stack_free(unsigned long stack) in stack_free()
382 unsigned long stack; in stack_alloc_early() local
/arch/x86/kernel/
A Ddumpstack_32.c38 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()
A Ddumpstack_64.c94 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()
A Dirq_64.c38 char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu); in map_irq_stack() local
A Drethook.c119 unsigned long *stack = (unsigned long *)regs->sp; in arch_rethook_prepare() local
A Ddumpstack.c30 bool noinstr in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack()
48 bool noinstr in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack()
185 unsigned long *stack, const char *log_lvl) in show_trace_log_lvl()
A Dirq_32.c54 static void call_on_stack(void *func, void *stack) in call_on_stack()
/arch/openrisc/kernel/
A Dunwinder.c60 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/
A Dstacktrace.c44 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/
A Dsmp.h18 unsigned long stack; member
/arch/um/kernel/
A Dsysrq.c29 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
/arch/loongarch/kernel/
A Dprocess.c253 bool in_irq_stack(unsigned long stack, struct stack_info *info) in in_irq_stack()
274 bool in_task_stack(unsigned long stack, struct task_struct *task, in in_task_stack()
291 int get_stack_info(unsigned long stack, struct task_struct *task, in get_stack_info()
/arch/um/include/shared/skas/
A Dmm_id.h13 unsigned long stack; member
/arch/arm/kernel/
A Dreboot.c62 u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); in _soft_restart() local
A Dirq.c56 u8 *stack; in init_irq_stacks() local
A Dsetup.c136 struct stack { struct
144 static struct stack stacks[NR_CPUS]; argument
/arch/um/kernel/skas/
A Dmmu.c29 unsigned long stack = 0; in init_new_context() local
A Dstub_exe.c21 } stack = { in real_init() local
/arch/um/os-Linux/
A Dhelper.c47 unsigned long stack, sp; in run_helper() local
122 unsigned long stack, sp; in run_helper_thread() local
/arch/um/os-Linux/skas/
A Dprocess.c455 void *stack; in start_userspace() local
790 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
817 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/arch/parisc/kernel/
A Dprocess.c208 void *stack = task_stack_page(p); in copy_thread() local
/arch/m68k/kernel/
A Dtraps.c810 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/
A Dptrace_32.c40 unsigned char *stack; in get_stack_long() local
53 unsigned char *stack; in put_stack_long() local
/arch/arm/include/asm/
A Dsmp.h58 void *stack; member

Completed in 50 milliseconds

123