Lines Matching refs:src_reg
39 return insn->src_reg; in insn_def_regno()
667 zext_patch[1].src_reg = load_reg; in bpf_opt_subreg_zext_lo32_rnd_hi32()
1559 *patch++ = BPF_MOV64_REG(BPF_REG_AX, insn->src_reg); in bpf_do_misc_fixups()
1582 *patch++ = BPF_MOV64_REG(BPF_REG_AX, insn->src_reg); in bpf_do_misc_fixups()
1604 BPF_JNE | BPF_K, insn->src_reg, in bpf_do_misc_fixups()
1613 BPF_JEQ | BPF_K, insn->src_reg, in bpf_do_misc_fixups()
1644 *patch++ = BPF_MOV64_REG(BPF_REG_AX, insn->src_reg); in bpf_do_misc_fixups()
1703 off_reg = issrc ? insn->src_reg : insn->dst_reg; in bpf_do_misc_fixups()
1717 *patch++ = BPF_MOV64_REG(insn->dst_reg, insn->src_reg); in bpf_do_misc_fixups()
1718 insn->src_reg = BPF_REG_AX; in bpf_do_misc_fixups()
1805 if (insn->src_reg == BPF_PSEUDO_CALL) in bpf_do_misc_fixups()
1807 if (insn->src_reg == BPF_PSEUDO_KFUNC_CALL) { in bpf_do_misc_fixups()
2484 insn->src_reg == 0 && in is_bpf_loop_call()