Searched refs:nr_stack_args (Results 1 – 1 of 1) sorted by relevance
2214 int nr_bpf_args, nr_reg_args, nr_stack_args; in __arch_prepare_bpf_trampoline() local2221 nr_stack_args = m->nr_args - nr_reg_args; in __arch_prepare_bpf_trampoline()2222 if (nr_stack_args > MAX_NR_STACK_ARGS) in __arch_prepare_bpf_trampoline()2258 tjit->stack_args_off = alloc_stack(tjit, nr_stack_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()2418 if (nr_stack_args) in __arch_prepare_bpf_trampoline()2420 (nr_stack_args * sizeof(u64) - 1) << 16 | in __arch_prepare_bpf_trampoline()