Searched refs:bpf_get_reg32 (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c205 static const s8 *bpf_get_reg32(const s8 *reg, const s8 *tmp, function
331 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx);
516 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx);
517 const s8 *rs = bpf_get_reg32(src, tmp2, ctx);
729 const s8 *rs1 = bpf_get_reg32(src1, tmp1, ctx);
730 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx);
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c280 static const s8 *bpf_get_reg32(const s8 *reg, const s8 *tmp, function
295 return bpf_get_reg32(reg, tmp, ctx);
513 const s8 *rd = bpf_get_reg32(dst, tmp1, ctx);
518 rd = bpf_get_reg32(dst, tmp1, ctx);
638 const s8 *rs = bpf_get_reg32(src, tmp2, ctx);
643 rd = bpf_get_reg32(dst, tmp1, ctx);
873 const s8 *rs1 = bpf_get_reg32(src1, tmp1, ctx);
874 const s8 *rs2 = bpf_get_reg32(src2, tmp2, ctx);

Completed in 129 milliseconds