Lines Matching refs:treg
2280 int treg = BPF_REG_9; in sysctl_convert_ctx_access() local
2282 if (si->src_reg == treg || si->dst_reg == treg) in sysctl_convert_ctx_access()
2283 --treg; in sysctl_convert_ctx_access()
2284 if (si->src_reg == treg || si->dst_reg == treg) in sysctl_convert_ctx_access()
2285 --treg; in sysctl_convert_ctx_access()
2287 BPF_DW, si->dst_reg, treg, in sysctl_convert_ctx_access()
2291 treg, si->dst_reg, in sysctl_convert_ctx_access()
2295 treg, si->src_reg, in sysctl_convert_ctx_access()
2300 BPF_DW, treg, si->dst_reg, in sysctl_convert_ctx_access()
2494 int treg = BPF_REG_9; in cg_sockopt_convert_ctx_access() local
2496 if (si->src_reg == treg || si->dst_reg == treg) in cg_sockopt_convert_ctx_access()
2497 --treg; in cg_sockopt_convert_ctx_access()
2498 if (si->src_reg == treg || si->dst_reg == treg) in cg_sockopt_convert_ctx_access()
2499 --treg; in cg_sockopt_convert_ctx_access()
2500 *insn++ = BPF_STX_MEM(BPF_DW, si->dst_reg, treg, in cg_sockopt_convert_ctx_access()
2503 treg, si->dst_reg, in cg_sockopt_convert_ctx_access()
2506 treg, treg, in cg_sockopt_convert_ctx_access()
2510 treg, si->src_reg, in cg_sockopt_convert_ctx_access()
2513 *insn++ = BPF_LDX_MEM(BPF_DW, treg, si->dst_reg, in cg_sockopt_convert_ctx_access()