Searched refs:bpf_jit_build_body (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/net/ |
| H A D | bpf_jit.h | 208 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx,
|
| H A D | bpf_jit_comp.c | 214 if (bpf_jit_build_body(fp, NULL, NULL, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile() 229 if (bpf_jit_build_body(fp, NULL, NULL, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile() 271 if (bpf_jit_build_body(fp, code_base, fcode_base, &cgctx, addrs, pass, in bpf_int_jit_compile()
|
| H A D | bpf_jit_comp32.c | 287 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, in bpf_jit_build_body() function
|
| H A D | bpf_jit_comp64.c | 906 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, in bpf_jit_build_body() function
|