Home
last modified time | relevance | path

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

123

/arch/x86/purgatory/
Dstack.S13 .globl stack, stack_end symbol
15 stack: label
Dentry64.S98 stack: .quad 0, 0 label
/arch/x86/kernel/
Ddumpstack_32.c35 static bool in_hardirq_stack(unsigned long *stack, struct stack_info *info) in in_hardirq_stack()
60 static bool in_softirq_stack(unsigned long *stack, struct stack_info *info) in in_softirq_stack()
85 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Ddumpstack_64.c87 static bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack()
128 static bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack()
153 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Dirq_64.c35 char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu); in map_irq_stack() local
Ddumpstack.c32 bool in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack()
49 bool in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack()
163 unsigned long *stack, char *log_lvl) in show_trace_log_lvl()
/arch/csky/kernel/
Ddumpstack.c8 void show_trace(unsigned long *stack) in show_trace()
35 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/arch/unicore32/kernel/
Dsetup.c44 struct stack { struct
50 static struct stack stacks[NR_CPUS]; argument
/arch/openrisc/kernel/
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/sh/include/asm/
Dstacktrace.h16 int (*stack)(void *data, char *name); member
/arch/xtensa/include/asm/
Dsmp.h18 unsigned long stack; member
/arch/um/os-Linux/skas/
Dmem.c26 unsigned long *stack) in check_init_stack()
114 unsigned long *stack = check_init_stack(mm_idp, *addr); in run_syscall_stub() local
142 unsigned long *stack; in syscall_stub_data() local
Dprocess.c193 static int userspace_tramp(void *stack) in userspace_tramp()
267 void *stack; in start_userspace() local
552 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
577 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/arch/um/include/shared/skas/
Dmm_id.h14 unsigned long stack; member
/arch/um/kernel/
Dsysrq.c28 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/arch/powerpc/kernel/
Dstacktrace.c35 unsigned long *stack = (unsigned long *) sp; in save_context_stack() local
147 unsigned long *stack = (unsigned long *) sp; in __save_stack_trace_tsk_reliable() local
/arch/um/os-Linux/
Dhelper.c45 unsigned long stack, sp; in run_helper() local
116 unsigned long stack, sp; in run_helper_thread() local
/arch/unicore32/lib/
Dbacktrace.S114 #define stack v6 macro
/arch/c6x/kernel/
Dtraps.c347 static void show_trace(unsigned long *stack, unsigned long *endstack) in show_trace()
376 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/arch/s390/kernel/
Ddumpstack.c57 unsigned long stack; in in_task_stack() local
126 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/arch/arm/kernel/
Dreboot.c61 u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); in _soft_restart() local
Dsetup.c142 struct stack { struct
150 static struct stack stacks[NR_CPUS]; argument
/arch/h8300/kernel/
Dtraps.c121 unsigned long *stack, addr; in show_stack() local
/arch/um/kernel/skas/
Dmmu.c55 unsigned long stack = 0; in init_new_context() local
/arch/s390/purgatory/
Dhead.S269 stack: label

123