Searched refs:fimage (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit_comp.c | 122 u8 *fimage; member 181 u8 *fimage = NULL; in bpf_int_jit_compile() local 224 fimage = jit_data->fimage; in bpf_int_jit_compile() 228 image = (void *)hdr + ((void *)fimage - (void *)fhdr); in bpf_int_jit_compile() 297 fhdr = bpf_jit_binary_pack_alloc(alloclen, &fimage, 4, &hdr, &image, in bpf_int_jit_compile() 303 fp->aux->extable = (void *)fimage + FUNCTION_DESCR_SIZE + proglen + fixup_len; in bpf_int_jit_compile() 307 fcode_base = (u32 *)(fimage + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile() 346 fp->bpf_func = (void *)fimage; in bpf_int_jit_compile() 357 (void *)fimage + FUNCTION_DESCR_SIZE); in bpf_int_jit_compile() 372 jit_data->fimage = fimage; in bpf_int_jit_compile() [all …]
|
| H A D | bpf_jit.h | 213 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func); 214 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, 224 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass,
|
| H A D | bpf_jit_comp64.c | 454 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() argument 478 if (!fimage) { in bpf_jit_emit_func_call_rel() 484 if (!IS_ALIGNED((unsigned long)fimage + CTX_NIA(ctx), 8)) in bpf_jit_emit_func_call_rel() 490 unsigned long pc = (unsigned long)fimage + CTX_NIA(ctx); in bpf_jit_emit_func_call_rel() 956 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, in bpf_jit_build_body() argument 1474 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1500 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1524 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1655 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() 1693 ret = bpf_add_extable_entry(fp, image, fimage, pass, ctx, in bpf_jit_build_body() [all …]
|