Home
last modified time | relevance | path

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

1234

/arch/x86/purgatory/
Dstack.S15 .globl stack, stack_end symbol
17 stack: label
Dentry64.S100 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.c55 static bool in_exception_stack(unsigned long *stack, struct stack_info *info) in in_exception_stack()
82 static bool in_irq_stack(unsigned long *stack, struct stack_info *info) in in_irq_stack()
107 int get_stack_info(unsigned long *stack, struct task_struct *task, in get_stack_info()
Ddumpstack.c31 bool in_task_stack(unsigned long *stack, struct task_struct *task, in in_task_stack()
48 bool in_entry_stack(unsigned long *stack, struct stack_info *info) in in_entry_stack()
107 unsigned long *stack, char *log_lvl) in show_trace_log_lvl()
/arch/blackfin/kernel/
Ddumpstack.c37 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
167 unsigned long stack; in dump_stack() local
/arch/unicore32/kernel/
Dsetup.c48 struct stack { struct
54 static struct stack stacks[NR_CPUS]; argument
/arch/cris/kernel/
Dtraps.c43 void show_trace(unsigned long *stack) in show_trace()
106 unsigned long *stack, addr; in show_stack() local
/arch/sh/include/asm/
Dstacktrace.h16 int (*stack)(void *data, char *name); 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.c192 static int userspace_tramp(void *stack) in userspace_tramp()
266 void *stack; in start_userspace() local
551 void new_thread(void *stack, jmp_buf *buf, void (*handler)(void)) in new_thread() argument
576 int start_idle_thread(void *stack, jmp_buf *switch_buf) in start_idle_thread()
/arch/xtensa/include/asm/
Dsmp.h18 unsigned long stack; member
/arch/um/include/shared/skas/
Dmm_id.h14 unsigned long stack; member
/arch/um/kernel/
Dsysrq.c31 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/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/ia64/kernel/
Dinit_task.c37 unsigned long stack[KERNEL_STACK_SIZE/sizeof (unsigned long)]; member
/arch/c6x/kernel/
Dtraps.c356 static void show_trace(unsigned long *stack, unsigned long *endstack) in show_trace()
386 void show_stack(struct task_struct *task, unsigned long *stack) in show_stack()
/arch/unicore32/lib/
Dbacktrace.S117 #define stack v6 macro
/arch/powerpc/kernel/
Dstacktrace.c27 unsigned long *stack = (unsigned long *) sp; in save_context_stack() local
/arch/m32r/kernel/
Dtraps.c138 static void show_trace(struct task_struct *task, unsigned long *stack) in show_trace()
156 unsigned long *stack; in show_stack() local
/arch/openrisc/kernel/
Dtraps.c53 void show_trace(struct task_struct *task, unsigned long *stack) in show_trace()
75 unsigned long addr, *stack; in show_stack() local
180 unsigned long addr, stack = regs->sp; in nommu_dump_state() local
/arch/arm/kernel/
Dsetup.c145 struct stack { struct
153 static struct stack stacks[NR_CPUS]; argument
Dreboot.c66 u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); in _soft_restart() local
/arch/arm64/include/asm/
Dsmp.h86 void *stack; member
/arch/h8300/kernel/
Dtraps.c120 unsigned long *stack, addr; in show_stack() local

1234