Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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
/openbmc/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
H A Dbpf_jit_comp64.c466 static int emit_call(u64 addr, bool fixed_addr, struct rv_jit_context *ctx) in emit_call() function
/openbmc/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
/openbmc/linux/arch/arm64/net/
H A Dbpf_jit_comp.c179 static inline void emit_call(u64 target, struct jit_ctx *ctx) in emit_call() function
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c339 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call() function