Searched refs:bpf_jit_build_body (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/arch/powerpc/net/ |
D | bpf_jit_comp.c | 139 if (bpf_jit_build_body(fp, NULL, NULL, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile() 154 if (bpf_jit_build_body(fp, NULL, NULL, &cgctx, addrs, 0, false)) { in bpf_int_jit_compile() 196 if (bpf_jit_build_body(fp, code_base, fcode_base, &cgctx, addrs, pass, in bpf_int_jit_compile()
|
D | bpf_jit.h | 164 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx,
|
D | bpf_jit_comp64.c | 407 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, in bpf_jit_build_body() function
|
D | bpf_jit_comp32.c | 282 int bpf_jit_build_body(struct bpf_prog *fp, u32 *image, u32 *fimage, struct codegen_context *ctx, in bpf_jit_build_body() function
|