Searched refs:emit_bpf_tail_call (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/parisc/net/ |
D | bpf_jit_comp64.c | 342 static void emit_bpf_tail_call(int insn, struct hppa_jit_context *ctx) in emit_bpf_tail_call() function 984 emit_bpf_tail_call(i, ctx); in bpf_jit_emit_insn()
|
D | bpf_jit_comp32.c | 943 static int emit_bpf_tail_call(int insn, struct hppa_jit_context *ctx) in emit_bpf_tail_call() function 1320 if (emit_bpf_tail_call(i, ctx)) in bpf_jit_emit_insn()
|
/linux-6.12.1/arch/loongarch/net/ |
D | bpf_jit.c | 211 static int emit_bpf_tail_call(struct jit_ctx *ctx) in emit_bpf_tail_call() function 914 if (emit_bpf_tail_call(ctx) < 0) in build_insn()
|
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp32.c | 774 static int emit_bpf_tail_call(int insn, struct rv_jit_context *ctx) in emit_bpf_tail_call() function 1150 if (emit_bpf_tail_call(i, ctx)) in bpf_jit_emit_insn()
|
D | bpf_jit_comp64.c | 355 static int emit_bpf_tail_call(int insn, struct rv_jit_context *ctx) in emit_bpf_tail_call() function 1597 if (emit_bpf_tail_call(i, ctx)) in bpf_jit_emit_insn()
|
/linux-6.12.1/arch/x86/net/ |
D | bpf_jit_comp32.c | 1299 static void emit_bpf_tail_call(u8 **pprog, u8 *ip) in emit_bpf_tail_call() function 2141 emit_bpf_tail_call(&prog, image + addrs[i - 1]); in do_jit()
|
/linux-6.12.1/arch/arm/net/ |
D | bpf_jit_32.c | 1393 static int emit_bpf_tail_call(struct jit_ctx *ctx) in emit_bpf_tail_call() function 2044 if (emit_bpf_tail_call(ctx)) in build_insn()
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 556 static int emit_bpf_tail_call(struct jit_ctx *ctx) in emit_bpf_tail_call() function 1389 if (emit_bpf_tail_call(ctx)) in build_insn()
|