Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dsetup_64.c630 static void *__init alloc_stack(unsigned long limit, int cpu) in alloc_stack() function
656 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
657 hardirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init()
669 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
673 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
677 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init()
734 ti = alloc_stack(limit, i); in emergency_stack_init()
741 ti = alloc_stack(limit, i); in emergency_stack_init()
747 ti = alloc_stack(limit, i); in emergency_stack_init()
/Linux-v4.19/arch/um/os-Linux/
Dhelper.c48 stack = alloc_stack(0, __cant_sleep()); in run_helper()
119 stack = alloc_stack(0, __cant_sleep()); in run_helper_thread()
/Linux-v4.19/arch/um/include/shared/
Dkern_util.h22 extern unsigned long alloc_stack(int order, int atomic);
/Linux-v4.19/arch/um/kernel/
Dprocess.c66 unsigned long alloc_stack(int order, int atomic) in alloc_stack() function
/Linux-v4.19/arch/um/drivers/
Dubd_kern.c1175 stack = alloc_stack(0, 0); in ubd_driver_init()