Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/net/
A Dbpf_jit.h170 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func);
A Dbpf_jit_comp64.c225 int bpf_jit_emit_func_call_rel(u32 *image, struct codegen_context *ctx, u64 func) in bpf_jit_emit_func_call_rel() function
980 ret = bpf_jit_emit_func_call_rel(image, ctx, func_addr); in bpf_jit_build_body()
A Dbpf_jit_comp32.c203 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()

Completed in 7 milliseconds