Home
last modified time | relevance | path

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

/linux/arch/s390/net/
H A Dbpf_jit_comp.c2612 int nr_bpf_args, nr_reg_args, nr_stack_args; in __arch_prepare_bpf_trampoline() local
2636 nr_bpf_args = 0; in __arch_prepare_bpf_trampoline()
2639 nr_bpf_args += 1; in __arch_prepare_bpf_trampoline()
2641 nr_bpf_args += 2; in __arch_prepare_bpf_trampoline()
2660 tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()
2754 EMIT4_IMM(0xa7090000, REG_0, nr_bpf_args); in __arch_prepare_bpf_trampoline()