Searched refs:bpf_jit_emit_func_call_rel (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/arch/powerpc/net/ |
| D | bpf_jit.h | 177 void bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func);
|
| D | bpf_jit_comp.c | 62 bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_fixup_subprog_calls()
|
| D | bpf_jit_comp64.c | 174 void bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function 842 bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_build_body()
|
| D | bpf_jit_comp32.c | 188 void bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function 875 bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_build_body()
|