Searched refs:bpf_get_reg32 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/riscv/net/ |
D | bpf_jit_comp32.c | 205 static const s8 *bpf_get_reg32(const s8 *reg, const s8 *tmp, in bpf_get_reg32() function 331 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_i32() 516 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx); in emit_alu_r32() 517 const s8 *rs = bpf_get_reg32(src, tmp2, ctx); in emit_alu_r32() 729 const s8 *rs1 = bpf_get_reg32(src1, tmp1, ctx); in emit_branch_r32() 730 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx); in emit_branch_r32()
|