Searched refs:bpf_jit_emit_func_call_rel (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/arch/powerpc/net/ |
H A D | bpf_jit.h | 172 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func);
|
H A D | bpf_jit_comp64.c | 243 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function 998 ret = bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_build_body()
|
H A D | bpf_jit_comp32.c | 203 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function 1056 ret = bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_build_body()
|
/kernel/linux/linux-5.10/arch/powerpc/net/ |
H A D | bpf_jit_comp64.c | 191 static void bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, in bpf_jit_emit_func_call_rel() function 851 bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_build_body() 1126 bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_fixup_subprog_calls()
|
Completed in 5 milliseconds