Searched refs:alloc_stack (Results 1 – 4 of 4) sorted by relevance
/linux/arch/um/os-Linux/ |
H A D | helper.c | 49 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper() 124 stack = alloc_stack(0, __uml_cant_sleep()); in run_helper_thread()
|
/linux/arch/um/include/shared/ |
H A D | kern_util.h | 21 extern unsigned long alloc_stack(int order, int atomic);
|
/linux/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2549 static int alloc_stack(struct bpf_tramp_jit *tjit, size_t size) in alloc_stack() function 2622 tjit->stack_args_off = alloc_stack(tjit, nr_stack_args * sizeof(u64)); in __arch_prepare_bpf_trampoline() 2623 tjit->reg_args_off = alloc_stack(tjit, nr_reg_args * sizeof(u64)); in __arch_prepare_bpf_trampoline() 2624 tjit->ip_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline() 2625 tjit->arg_cnt_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline() 2626 tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64)); in __arch_prepare_bpf_trampoline() 2627 tjit->retval_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline() 2628 tjit->r7_r8_off = alloc_stack(tjit, 2 * sizeof(u64)); in __arch_prepare_bpf_trampoline() 2629 tjit->run_ctx_off = alloc_stack(tjit, in __arch_prepare_bpf_trampoline() 2631 tjit->tccnt_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline() [all …]
|
/linux/arch/um/kernel/ |
H A D | process.c | 54 unsigned long alloc_stack(int order, int atomic) in alloc_stack() function
|