Searched defs:emit_call (Results 1 – 10 of 10) sorted by relevance
/openbmc/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
|
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
|
/openbmc/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
|
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
|
/openbmc/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
|
H A D | bpf_jit_comp64.c | 466 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 D | bpf_jit_comp_32.c | 240 #define emit_call(FUNC) \ macro
|
H A D | bpf_jit_comp_64.c | 244 static void emit_call(u32 *func, struct jit_ctx *ctx) in emit_call() function
|
/openbmc/linux/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 179 static inline void emit_call(u64 target, struct jit_ctx *ctx) in emit_call() function
|
/openbmc/linux/arch/x86/net/ |
H A D | bpf_jit_comp.c | 389 static int emit_call(u8 **pprog, void *func, void *ip) in emit_call() function
|