Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/net/
Dbpf_jit_comp.c63 struct codegen_context cgctx; in bpf_int_jit_compile() local
99 cgctx = jit_data->ctx; in bpf_int_jit_compile()
105 cgctx.exentry_idx = 0; in bpf_int_jit_compile()
115 memset(&cgctx, 0, sizeof(struct codegen_context)); in bpf_int_jit_compile()
116 bpf_jit_init_reg_mapping(&cgctx); in bpf_int_jit_compile()
119 cgctx.stack_size = round_up(fp->aux->stack_depth, 16); in bpf_int_jit_compile()
122 if (bpf_jit_build_body(fp, 0, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile()
135 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile()
136 cgctx.idx = 0; in bpf_int_jit_compile()
137 if (bpf_jit_build_body(fp, 0, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile()
[all …]