Lines Matching refs:treg
2248 int treg = BPF_REG_9; in sysctl_convert_ctx_access() local
2250 if (si->src_reg == treg || si->dst_reg == treg) in sysctl_convert_ctx_access()
2251 --treg; in sysctl_convert_ctx_access()
2252 if (si->src_reg == treg || si->dst_reg == treg) in sysctl_convert_ctx_access()
2253 --treg; in sysctl_convert_ctx_access()
2255 BPF_DW, si->dst_reg, treg, in sysctl_convert_ctx_access()
2259 treg, si->dst_reg, in sysctl_convert_ctx_access()
2263 treg, si->src_reg, in sysctl_convert_ctx_access()
2268 BPF_DW, treg, si->dst_reg, in sysctl_convert_ctx_access()
2462 int treg = BPF_REG_9; in cg_sockopt_convert_ctx_access() local
2464 if (si->src_reg == treg || si->dst_reg == treg) in cg_sockopt_convert_ctx_access()
2465 --treg; in cg_sockopt_convert_ctx_access()
2466 if (si->src_reg == treg || si->dst_reg == treg) in cg_sockopt_convert_ctx_access()
2467 --treg; in cg_sockopt_convert_ctx_access()
2468 *insn++ = BPF_STX_MEM(BPF_DW, si->dst_reg, treg, in cg_sockopt_convert_ctx_access()
2471 treg, si->dst_reg, in cg_sockopt_convert_ctx_access()
2474 treg, treg, in cg_sockopt_convert_ctx_access()
2478 treg, si->src_reg, in cg_sockopt_convert_ctx_access()
2481 *insn++ = BPF_LDX_MEM(BPF_DW, treg, si->dst_reg, in cg_sockopt_convert_ctx_access()