Home
last modified time | relevance | path

Searched refs:bpf_jit_emit_func_call_rel (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/powerpc/net/
H A Dbpf_jit.h179 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func);
H A Dbpf_jit_comp.c485 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 Dbpf_jit_comp64.c210 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 Dbpf_jit_comp32.c209 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()