Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c173 struct codegen_context cgctx; in bpf_int_jit_compile() local
218 cgctx = jit_data->ctx; in bpf_int_jit_compile()
231 cgctx.exentry_idx = 0; in bpf_int_jit_compile()
239 memset(&cgctx, 0, sizeof(struct codegen_context)); in bpf_int_jit_compile()
240 bpf_jit_init_reg_mapping(&cgctx); in bpf_int_jit_compile()
243 cgctx.stack_size = round_up(fp->aux->stack_depth, 16); in bpf_int_jit_compile()
244 cgctx.arena_vm_start = bpf_arena_get_kern_vm_start(fp->aux->arena); in bpf_int_jit_compile()
245 cgctx.user_vm_start = bpf_arena_get_user_vm_start(fp->aux->arena); in bpf_int_jit_compile()
246 cgctx.is_subprog = bpf_is_subprog(fp); in bpf_int_jit_compile()
247 cgctx.exception_boundary = fp->aux->exception_boundary; in bpf_int_jit_compile()
[all …]