Home
last modified time | relevance | path

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

/arch/arm64/net/
Dbpf_jit_comp.c242 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable
254 #define jmp_offset (out_offset - (cur_offset)) in emit_bpf_tail_call()
296 if (out_offset == -1) in emit_bpf_tail_call()
297 out_offset = cur_offset; in emit_bpf_tail_call()
298 if (cur_offset != out_offset) { in emit_bpf_tail_call()
300 cur_offset, out_offset); in emit_bpf_tail_call()
/arch/arm/net/
Dbpf_jit_32.c1129 static int out_offset = -1; /* initialized on the first pass of build_body() */ variable
1142 #define jmp_offset (out_offset - (cur_offset) - 2) in emit_bpf_tail_call()
1198 if (out_offset == -1) in emit_bpf_tail_call()
1199 out_offset = cur_offset; in emit_bpf_tail_call()
1200 if (cur_offset != out_offset) { in emit_bpf_tail_call()
1202 cur_offset, out_offset); in emit_bpf_tail_call()
/arch/riscv/net/
Dbpf_jit_comp.c1588 goto out_offset; in bpf_int_jit_compile()
1594 goto out_offset; in bpf_int_jit_compile()
1607 goto out_offset; in bpf_int_jit_compile()
1619 goto out_offset; in bpf_int_jit_compile()
1633 out_offset: in bpf_int_jit_compile()