Searched refs:alloc_stack (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | setup_32.c | 140 static void *__init alloc_stack(void) in alloc_stack() function 161 softirq_ctx[i] = alloc_stack(); in irqstack_early_init() 162 hardirq_ctx[i] = alloc_stack(); in irqstack_early_init() 174 emergency_ctx[i] = alloc_stack(); in emergency_stack_init() 192 critirq_ctx[hw_cpu] = alloc_stack(); in exc_lvl_early_init() 194 dbgirq_ctx[hw_cpu] = alloc_stack(); in exc_lvl_early_init() 195 mcheckirq_ctx[hw_cpu] = alloc_stack(); in exc_lvl_early_init()
|
D | setup_64.c | 667 static void *__init alloc_stack(unsigned long limit, int cpu) in alloc_stack() function 693 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init() 694 hardirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init() 706 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 710 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 714 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 760 paca_ptrs[i]->emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init() 764 paca_ptrs[i]->nmi_emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init() 767 paca_ptrs[i]->mc_emergency_sp = alloc_stack(mce_limit, i) + THREAD_SIZE; in emergency_stack_init()
|
/kernel/linux/linux-5.10/arch/um/os-Linux/ |
D | helper.c | 48 stack = alloc_stack(0, __cant_sleep()); in run_helper() 119 stack = alloc_stack(0, __cant_sleep()); in run_helper_thread()
|
/kernel/linux/linux-5.10/arch/um/include/shared/ |
D | kern_util.h | 22 extern unsigned long alloc_stack(int order, int atomic);
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
D | process.c | 65 unsigned long alloc_stack(int order, int atomic) in alloc_stack() function
|
/kernel/linux/linux-5.10/arch/um/drivers/ |
D | ubd_kern.c | 1198 stack = alloc_stack(0, 0); in ubd_driver_init()
|