Searched refs:bpf_jit_emit_func_call_rel (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/arch/powerpc/net/ |
| H A D | bpf_jit.h | 179 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func);
|
| H A D | bpf_jit_comp.c | 485 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in invoke_bpf_prog() 533 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in invoke_bpf_prog() 837 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in __arch_prepare_bpf_trampoline() 917 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in __arch_prepare_bpf_trampoline()
|
| H A D | bpf_jit_comp64.c | 210 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function 1087 ret = bpf_jit_emit_func_call_rel(image, fimage, ctx, func_addr); in bpf_jit_build_body()
|
| H A D | bpf_jit_comp32.c | 209 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function 1146 ret = bpf_jit_emit_func_call_rel(image, fimage, ctx, func_addr); in bpf_jit_build_body()
|