Searched refs:alloc_stack (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dsetup_32.c141 static void *__init alloc_stack(void) function
162 softirq_ctx[i] = alloc_stack();
163 hardirq_ctx[i] = alloc_stack();
175 emergency_ctx[i] = alloc_stack();
193 critirq_ctx[hw_cpu] = alloc_stack();
195 dbgirq_ctx[hw_cpu] = alloc_stack();
196 mcheckirq_ctx[hw_cpu] = alloc_stack();
H A Dsetup_64.c716 static void *__init alloc_stack(unsigned long limit, int cpu) function
742 softirq_ctx[i] = alloc_stack(limit, i);
743 hardirq_ctx[i] = alloc_stack(limit, i);
755 sp = alloc_stack(ULONG_MAX, i);
759 sp = alloc_stack(ULONG_MAX, i);
763 sp = alloc_stack(ULONG_MAX, i);
809 paca_ptrs[i]->emergency_sp = alloc_stack(limit, i) + THREAD_SIZE;
813 paca_ptrs[i]->nmi_emergency_sp = alloc_stack(limit, i) + THREAD_SIZE;
816 paca_ptrs[i]->mc_emergency_sp = alloc_stack(mce_limit, i) + THREAD_SIZE;
/linux-master/arch/um/include/shared/
H A Dkern_util.h22 extern unsigned long alloc_stack(int order, int atomic);
/linux-master/arch/um/os-Linux/
H A Dhelper.c49 stack = alloc_stack(0, __uml_cant_sleep());
124 stack = alloc_stack(0, __uml_cant_sleep());
/linux-master/arch/s390/net/
H A Dbpf_jit_comp.c2319 static int alloc_stack(struct bpf_tramp_jit *tjit, size_t size) function
2392 tjit->stack_args_off = alloc_stack(tjit, nr_stack_args * sizeof(u64));
2393 tjit->reg_args_off = alloc_stack(tjit, nr_reg_args * sizeof(u64));
2394 tjit->ip_off = alloc_stack(tjit, sizeof(u64));
2395 tjit->arg_cnt_off = alloc_stack(tjit, sizeof(u64));
2396 tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64));
2397 tjit->retval_off = alloc_stack(tjit, sizeof(u64));
2398 tjit->r7_r8_off = alloc_stack(tjit, 2 * sizeof(u64));
2399 tjit->run_ctx_off = alloc_stack(tjit,
2401 tjit->tccnt_off = alloc_stack(tji
[all...]
/linux-master/arch/um/kernel/
H A Dprocess.c67 unsigned long alloc_stack(int order, int atomic) function
/linux-master/arch/um/drivers/
H A Dubd_kern.c1132 stack = alloc_stack(0, 0);

Completed in 424 milliseconds