Searched refs:bpf_put_reg64 (Results 1 – 2 of 2) sorted by relevance
/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 260 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64() function 271 bpf_put_reg64(regmap[TMP_REG_R0], regmap[BPF_REG_0], ctx); in bpf_save_R0() 506 bpf_put_reg64(dst, rd, ctx); in emit_alu_i64() 629 bpf_put_reg64(dst, rd, ctx); in emit_alu_r64() 1048 bpf_put_reg64(dst, rd, ctx); in emit_load_r64() 1113 bpf_put_reg64(dst, rd, ctx); in emit_zext64() 1265 bpf_put_reg64(dst, rd, ctx); in bpf_jit_emit_insn() 1295 bpf_put_reg64(dst, rd, ctx); in bpf_jit_emit_insn() 1415 bpf_put_reg64(dst, rd, ctx); in bpf_jit_emit_insn() 1554 bpf_put_reg64(dst, tmp, ctx); in bpf_jit_build_prologue() [all …]
|
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 196 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64() function 324 bpf_put_reg64(dst, rd, ctx); in emit_alu_i64() 508 bpf_put_reg64(dst, rd, ctx); in emit_alu_r64() 868 bpf_put_reg64(dst, rd, ctx); in emit_load_r64() 950 bpf_put_reg64(dst, rd, ctx); in emit_zext64() 1092 bpf_put_reg64(dst, rd, ctx); in bpf_jit_emit_insn() 1126 bpf_put_reg64(dst, rd, ctx); in bpf_jit_emit_insn() 1239 bpf_put_reg64(dst, rd, ctx); in bpf_jit_emit_insn()
|