Searched refs:cgctx (Results 1 – 1 of 1) sorted by relevance
140 struct codegen_context cgctx; in bpf_int_jit_compile() local179 cgctx = jit_data->ctx; in bpf_int_jit_compile()192 cgctx.exentry_idx = 0; in bpf_int_jit_compile()202 memset(&cgctx, 0, sizeof(struct codegen_context)); in bpf_int_jit_compile()203 bpf_jit_init_reg_mapping(&cgctx); in bpf_int_jit_compile()206 cgctx.stack_size = round_up(fp->aux->stack_depth, 16); in bpf_int_jit_compile()207 cgctx.arena_vm_start = bpf_arena_get_kern_vm_start(fp->aux->arena); in bpf_int_jit_compile()208 cgctx.user_vm_start = bpf_arena_get_user_vm_start(fp->aux->arena); in bpf_int_jit_compile()209 cgctx.is_subprog = bpf_is_subprog(fp); in bpf_int_jit_compile()210 cgctx.exception_boundary = fp->aux->exception_boundary; in bpf_int_jit_compile()[all …]