Home
last modified time | relevance | path

Searched refs:nr_bpf_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
2236 nr_bpf_args = 0; in __arch_prepare_bpf_trampoline()
2239 nr_bpf_args += 1; in __arch_prepare_bpf_trampoline()
2241 nr_bpf_args += 2; in __arch_prepare_bpf_trampoline()
2260 tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()
2356 EMIT4_IMM(0xa7090000, REG_0, nr_bpf_args); in __arch_prepare_bpf_trampoline()