Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit_comp.c140 struct codegen_context cgctx; in bpf_int_jit_compile() local
179 cgctx = jit_data->ctx; in bpf_int_jit_compile()
192 cgctx.exentry_idx = 0; in bpf_int_jit_compile()
222 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
223 cgctx.idx = 0; in bpf_int_jit_compile()
230 bpf_jit_realloc_regs(&cgctx); in bpf_int_jit_compile()
243 proglen = cgctx.idx * 4; in bpf_int_jit_compile()
263 cgctx.idx = 0; in bpf_int_jit_compile()
264 cgctx.alt_exit_addr = 0; in bpf_int_jit_compile()
277 proglen - (cgctx.idx * 4), cgctx.seen); in bpf_int_jit_compile()
[all …]