Home
last modified time | relevance | path

Searched refs:nr_stack_args (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c2212 int nr_bpf_args, nr_reg_args, nr_stack_args; in __arch_prepare_bpf_trampoline() local
2219 nr_stack_args = m->nr_args - nr_reg_args; in __arch_prepare_bpf_trampoline()
2220 if (nr_stack_args > MAX_NR_STACK_ARGS) in __arch_prepare_bpf_trampoline()
2256 tjit->stack_args_off = alloc_stack(tjit, nr_stack_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()
2416 if (nr_stack_args) in __arch_prepare_bpf_trampoline()
2418 (nr_stack_args * sizeof(u64) - 1) << 16 | in __arch_prepare_bpf_trampoline()