Searched refs:fimage (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/net/
H A Dbpf_jit_comp.c52 u8 *fimage; member in struct:powerpc_jit_data
79 u8 *fimage = NULL; local
112 * It is then moved to the readonly final location (fimage/fcode_base)
115 fimage = jit_data->fimage;
119 image = (void *)hdr + ((void *)fimage - (void *)fhdr);
176 fhdr = bpf_jit_binary_pack_alloc(alloclen, &fimage, 4, &hdr, &image,
184 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len;
188 fcode_base = (u32 *)(fimage + FUNCTION_DESCR_SIZE);
223 fp->bpf_func = (void *)fimage;
257 bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass, struct codegen_context *ctx, int insn_idx, int jmp_off, int dst_reg) argument
[all...]
H A Dbpf_jit.h163 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func);
164 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx,
171 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass,
H A Dbpf_jit_comp64.c243 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) argument
364 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, argument
943 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx,
998 ret = bpf_jit_emit_func_call_rel(image, fimage, ctx, func_addr);
H A Dbpf_jit_comp32.c204 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) argument
206 s32 rel = (s32)func - (s32)(fimage + ctx->idx);
282 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, argument
1001 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, insn_idx,
1057 ret = bpf_jit_emit_func_call_rel(image, fimage, ctx, func_addr);

Completed in 163 milliseconds