Home
last modified time | relevance | path

Searched defs:emit_call (Results 1 – 8 of 8) sorted by relevance

/linux/arch/mips/net/
H A Dbpf_jit_comp64.c439 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) in emit_call() function
H A Dbpf_jit_comp32.c1263 static int emit_call(struct jit_context *ctx, const struct bpf_insn *insn) in emit_call() function
/linux/arch/parisc/net/
H A Dbpf_jit_comp64.c463 static void emit_call(u64 addr, bool fixed, struct hppa_jit_context *ctx) in emit_call() function
H A Dbpf_jit_comp32.c886 static void emit_call(bool fixed, u64 addr, struct hppa_jit_context *ctx) in emit_call() function
/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c742 static void emit_call(bool fixed, u64 addr, struct rv_jit_context *ctx) in emit_call() function
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c240 #define emit_call(FUNC) \ macro
H A Dbpf_jit_comp_64.c244 static void emit_call(u32 *func, struct jit_ctx *ctx) in emit_call() function
/linux/arch/loongarch/net/
H A Dbpf_jit.c1273 static int emit_call(struct jit_ctx *ctx, u64 addr) in emit_call() function