Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c2214 int nr_bpf_args, nr_reg_args, nr_stack_args; in __arch_prepare_bpf_trampoline() local
2238 nr_bpf_args = 0; in __arch_prepare_bpf_trampoline()
2241 nr_bpf_args += 1; in __arch_prepare_bpf_trampoline()
2243 nr_bpf_args += 2; in __arch_prepare_bpf_trampoline()
2262 tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()
2357 /* lghi %r0,nr_bpf_args */ in __arch_prepare_bpf_trampoline()
2358 EMIT4_IMM(0xa7090000, REG_0, nr_bpf_args); in __arch_prepare_bpf_trampoline()

Completed in 4 milliseconds