Searched refs:emit_call (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 240 #define emit_call(FUNC) \ macro 600 emit_call(func); in bpf_jit_compile() 624 emit_call(func); in bpf_jit_compile()
|
| H A D | bpf_jit_comp_64.c | 244 static void emit_call(u32 *func, struct jit_ctx *ctx) in emit_call() function 1220 emit_call((u32 *)func, ctx); in build_insn()
|
| /linux/arch/mips/net/ |
| H A D | bpf_jit_comp64.c | 439 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) in emit_call() function 1043 if (emit_call(ctx, insn) < 0) in build_insn()
|
| H A D | bpf_jit_comp32.c | 1263 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) in emit_call() function 1878 if (emit_call(ctx, insn) < 0) in build_insn()
|
| /linux/arch/parisc/net/ |
| H A D | bpf_jit_comp64.c | 463 static void emit_call(u64 addr, bool fixed, struct hppa_jit_context *ctx) in emit_call() function 979 emit_call(addr, fixed_addr, ctx); in bpf_jit_emit_insn()
|
| H A D | bpf_jit_comp32.c | 886 static void emit_call(bool fixed, u64 addr, struct hppa_jit_context *ctx) in emit_call() function 1314 emit_call(fixed, addr, ctx); in bpf_jit_emit_insn()
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp32.c | 742 static void emit_call(bool fixed, u64 addr, struct rv_jit_context *ctx) in emit_call() function 1145 emit_call(fixed, addr, ctx); in bpf_jit_emit_insn()
|