Lines Matching refs:dst_reg
2250 BPF_SIZE(si->code), si->dst_reg, si->src_reg,
2259 * register is used since neither src_reg nor dst_reg can be
2265 if (si->src_reg == treg || si->dst_reg == treg)
2267 if (si->src_reg == treg || si->dst_reg == treg)
2270 BPF_DW, si->dst_reg, treg,
2274 treg, si->dst_reg,
2283 BPF_DW, treg, si->dst_reg,
2288 si->dst_reg, si->src_reg,
2292 BPF_SIZE(si->code), si->dst_reg, si->dst_reg,
2433 si->dst_reg, si->src_reg, \
2439 si->dst_reg, si->src_reg, \
2479 if (si->src_reg == treg || si->dst_reg == treg)
2481 if (si->src_reg == treg || si->dst_reg == treg)
2483 *insn++ = BPF_STX_MEM(BPF_DW, si->dst_reg, treg,
2486 treg, si->dst_reg,
2496 *insn++ = BPF_LDX_MEM(BPF_DW, treg, si->dst_reg,
2500 si->dst_reg, si->src_reg,
2503 si->dst_reg, si->dst_reg,
2506 si->dst_reg, si->dst_reg,