Searched refs:emit_call (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c442 static int emit_call(u64 addr, bool fixed_addr, struct rv_jit_context *ctx) function
721 ret = emit_call((const u64)bpf_trampoline_enter(p), true, ctx);
740 ret = emit_call((const u64)p->bpf_func, true, ctx);
762 ret = emit_call((const u64)bpf_trampoline_exit(p), true, ctx);
910 ret = emit_call((const u64)__bpf_tramp_enter, true, ctx);
943 ret = emit_call((const u64)orig_call, true, ctx);
971 ret = emit_call((const u64)__bpf_tramp_exit, true, ctx);
1482 ret = emit_call(addr, fixed_addr, ctx);
H A Dbpf_jit_comp32.c742 static void emit_call(bool fixed, u64 addr, struct rv_jit_context *ctx) function
1146 emit_call(fixed, addr, ctx);
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_32.c240 #define emit_call(FUNC) \ macro
600 emit_call(func);
624 emit_call(func);
H A Dbpf_jit_comp_64.c244 static void emit_call(u32 *func, struct jit_ctx *ctx) function
1220 emit_call((u32 *)func, ctx);
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c180 static inline void emit_call(u64 target, struct jit_ctx *ctx) function
338 * 3. blr, working as a function pointer, used by emit_call.
1189 emit_call(func_addr, ctx);
1845 emit_call(enter_prog, ctx);
1860 emit_call((const u64)p->bpf_func, ctx);
1877 emit_call(exit_prog, ctx);
2052 emit_call((const u64)__bpf_tramp_enter, ctx);
2096 emit_call((const u64)__bpf_tramp_exit, ctx);
/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c439 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) function
1043 if (emit_call(ctx, insn) < 0)
H A Dbpf_jit_comp32.c1263 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) function
1878 if (emit_call(ctx, insn) < 0)
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp64.c463 static void emit_call(u64 addr, bool fixed, struct hppa_jit_context *ctx) function
979 emit_call(addr, fixed_addr, ctx);
H A Dbpf_jit_comp32.c886 static void emit_call(bool fixed, u64 addr, struct hppa_jit_context *ctx) function
1314 emit_call(fixed, addr, ctx);
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c475 static int emit_call(u8 **pprog, void *func, void *ip) function
505 emit_call(&prog, old_addr, ip) :
515 emit_call(&prog, new_addr, ip) :
1978 if (emit_call(&prog, func, ip))

Completed in 405 milliseconds