Home
last modified time | relevance | path

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

/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c541 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in invoke_bpf_prog()
590 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in invoke_bpf_prog()
921 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in __arch_prepare_bpf_trampoline()
1003 ret = bpf_jit_emit_func_call_rel(image, ro_image, ctx, in __arch_prepare_bpf_trampoline()
H A Dbpf_jit.h207 int bpf_jit_emit_func_call_rel(u32 *image, u32 *fimage, struct codegen_context *ctx, u64 func);
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
1140 ret = bpf_jit_emit_func_call_rel(image, fimage, ctx, func_addr); in bpf_jit_build_body()
H A Dbpf_jit_comp64.c404 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
1706 ret = bpf_jit_emit_func_call_rel(image, fimage, ctx, func_addr); in bpf_jit_build_body()