Searched refs:alloc_stack (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| H A D | setup_64.c | 709 static void *__init alloc_stack(unsigned long limit, int cpu) in alloc_stack() function 735 softirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init() 736 hardirq_ctx[i] = alloc_stack(limit, i); in irqstack_early_init() 748 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 752 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 756 sp = alloc_stack(ULONG_MAX, i); in exc_lvl_early_init() 802 paca_ptrs[i]->emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init() 806 paca_ptrs[i]->nmi_emergency_sp = alloc_stack(limit, i) + THREAD_SIZE; in emergency_stack_init() 809 paca_ptrs[i]->mc_emergency_sp = alloc_stack(mce_limit, i) + THREAD_SIZE; in emergency_stack_init()
|
| /linux/arch/um/kernel/ |
| H A D | process.c | 56 unsigned long alloc_stack(int order, int atomic) in alloc_stack() function
|