Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/s390/net/
H A Dbpf_jit_comp.c2216 int arg, bpf_arg_off; in __arch_prepare_bpf_trampoline() local
2298 bpf_arg_off = tjit->bpf_args_off + j * sizeof(u64); in __arch_prepare_bpf_trampoline()
2301 /* stg %arg,bpf_arg_off(%r15) */ in __arch_prepare_bpf_trampoline()
2303 REG_0, REG_15, bpf_arg_off); in __arch_prepare_bpf_trampoline()
2305 /* mvc bpf_arg_off(8,%r15),arg(%r15) */ in __arch_prepare_bpf_trampoline()
2306 _EMIT6(0xd207f000 | bpf_arg_off, in __arch_prepare_bpf_trampoline()
2311 /* mvc bpf_arg_off(16,%r15),0(%arg) */ in __arch_prepare_bpf_trampoline()
2312 _EMIT6(0xd20ff000 | bpf_arg_off, in __arch_prepare_bpf_trampoline()
2318 /* mvc bpf_arg_off(16,%r15),0(%r1) */ in __arch_prepare_bpf_trampoline()
2319 _EMIT6(0xd20ff000 | bpf_arg_off, in __arch_prepare_bpf_trampoline()
[all...]

Completed in 3 milliseconds