Home
last modified time | relevance | path

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

/arch/riscv/net/
Dbpf_jit_core.c84 goto out_offset; in bpf_int_jit_compile()
89 goto out_offset; in bpf_int_jit_compile()
106 goto out_offset; in bpf_int_jit_compile()
124 goto out_offset; in bpf_int_jit_compile()
141 goto out_offset; in bpf_int_jit_compile()
152 goto out_offset; in bpf_int_jit_compile()
170 out_offset: in bpf_int_jit_compile()
/arch/arm64/net/
Dbpf_jit_comp.c264 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable
276 #define jmp_offset (out_offset - (cur_offset)) in emit_bpf_tail_call()
318 if (out_offset == -1) in emit_bpf_tail_call()
319 out_offset = cur_offset; in emit_bpf_tail_call()
320 if (cur_offset != out_offset) { in emit_bpf_tail_call()
322 cur_offset, out_offset); in emit_bpf_tail_call()
/arch/arm/net/
Dbpf_jit_32.c1167 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable
1180 #define jmp_offset (out_offset - (cur_offset) - 2) in emit_bpf_tail_call()
1236 if (out_offset == -1) in emit_bpf_tail_call()
1237 out_offset = cur_offset; in emit_bpf_tail_call()
1238 if (cur_offset != out_offset) { in emit_bpf_tail_call()
1240 cur_offset, out_offset); in emit_bpf_tail_call()