Home
last modified time | relevance | path

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

123

/arch/s390/kernel/
Ddumpstack.c44 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/
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()
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()
Dirq_64.c38 char *stack = (char *)per_cpu_ptr(&irq_stack_backing_store, cpu); in map_irq_stack() local
Drethook.c119 unsigned long *stack = (unsigned long *)regs->sp; in arch_rethook_prepare() local
Ddumpstack.c32 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()
Dirq_32.c55 static void call_on_stack(void *func, void *stack) in call_on_stack()
/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/powerpc/kernel/
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/
Dsmp.h18 unsigned long stack; member
/arch/um/include/shared/skas/
Dmm_id.h11 unsigned long stack; member
/arch/um/kernel/skas/
Dmmu.c25 unsigned long stack = 0; in init_new_context() local
/arch/um/os-Linux/skas/
Dprocess.c207 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/
Dprocess.c232 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/
Dsysrq.c29 void show_stack(struct task_struct *task, unsigned long *stack, in show_stack()
Dprocess.c48 void free_stack(unsigned long stack, int order) in free_stack()
214 unsigned long stack; in user_context() local
/arch/um/os-Linux/
Dhelper.c46 unsigned long stack, sp; in run_helper() local
121 unsigned long stack, sp; in run_helper_thread() local
/arch/arm/kernel/
Dreboot.c62 u64 *stack = soft_restart_stack + ARRAY_SIZE(soft_restart_stack); in _soft_restart() local
Dirq.c56 u8 *stack; in init_irq_stacks() local
Dsetup.c136 struct stack { struct
144 static struct stack stacks[NR_CPUS]; argument
/arch/parisc/kernel/
Dprocess.c208 void *stack = task_stack_page(p); in copy_thread() local
/arch/arm64/kvm/hyp/nvhe/
Dftrace.c47 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/
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/
Dptrace_32.c40 unsigned char *stack; in get_stack_long() local
53 unsigned char *stack; in put_stack_long() local
/arch/arm/include/asm/
Dsmp.h58 void *stack; member

123