Home
last modified time | relevance | path

Searched refs:alloc_stack (Results 1 – 6 of 6) sorted by relevance

/arch/powerpc/kernel/
Dsetup_32.c138 static void *__init alloc_stack(void) in alloc_stack() function
156 softirq_ctx[i] = alloc_stack(); in irqstack_early_init()
157 hardirq_ctx[i] = alloc_stack(); in irqstack_early_init()
175 critirq_ctx[hw_cpu] = alloc_stack(); in exc_lvl_early_init()
177 dbgirq_ctx[hw_cpu] = alloc_stack(); in exc_lvl_early_init()
178 mcheckirq_ctx[hw_cpu] = alloc_stack(); in exc_lvl_early_init()
Dsetup_64.c661 static void *__init alloc_stack(unsigned long limit, int cpu) in alloc_stack() function
687 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
688 hardirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
700 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
704 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
708 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
745 paca_ptrs[i]->emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init()
749 paca_ptrs[i]->nmi_emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init()
752 paca_ptrs[i]->mc_emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init()
/arch/um/os-Linux/
Dhelper.c48 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper()
119 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper_thread()
/arch/um/include/shared/
Dkern_util.h22 extern unsigned long alloc_stack(int order, int atomic);
/arch/um/kernel/
Dprocess.c66 unsigned long alloc_stack(int order, int atomic) in alloc_stack() function
/arch/um/drivers/
Dubd_kern.c1197 stack = alloc_stack(0, 0); in ubd_driver_init()