Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c2082 int bpf_args_off; /* Offset of BPF_PROG context, which consists member
2149 /* la %r2,bpf_args_off(%r15) */ in invoke_bpf_prog()
2150 EMIT4_DISP(0x41000000, REG_2, REG_15, tjit->bpf_args_off); in invoke_bpf_prog()
2262 tjit->bpf_args_off = alloc_stack(tjit, nr_bpf_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()
2298 bpf_arg_off = tjit->bpf_args_off + j * sizeof(u64); in __arch_prepare_bpf_trampoline()

Completed in 4 milliseconds