Searched refs:cgctx (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp.c | 70 struct codegen_context cgctx; in bpf_int_jit_compile() local 109 cgctx = jit_data->ctx; in bpf_int_jit_compile() 122 cgctx.exentry_idx = 0; in bpf_int_jit_compile() 132 memset(&cgctx, 0, sizeof(struct codegen_context)); in bpf_int_jit_compile() 133 bpf_jit_init_reg_mapping(&cgctx); in bpf_int_jit_compile() 136 cgctx.stack_size = round_up(fp->aux->stack_depth, 16); in bpf_int_jit_compile() 139 if (bpf_jit_build_body(fp, NULL, NULL, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile() 152 if (cgctx.seen & SEEN_TAILCALL || !is_offset_in_branch_range((long)cgctx.idx * 4)) { in bpf_int_jit_compile() 153 cgctx.idx = 0; in bpf_int_jit_compile() 154 if (bpf_jit_build_body(fp, NULL, NULL, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile() [all …]
|