Searched defs:dst_reg (Results 1 – 2 of 2) sorted by relevance
1324 struct bpf_reg_state *dst_reg = ®s[insn->dst_reg]; in check_packet_ptr_add() local1397 struct bpf_reg_state *dst_reg = ®s[insn->dst_reg]; in evaluate_reg_alu() local1500 struct bpf_reg_state *dst_reg = ®s[insn->dst_reg]; in evaluate_reg_imm_alu_unknown() local1559 struct bpf_reg_state *dst_reg = ®s[insn->dst_reg]; in evaluate_reg_imm_alu() local1591 struct bpf_reg_state *regs = env->cur_state.regs, *dst_reg; in adjust_reg_min_max_vals() local1729 struct bpf_reg_state *regs = env->cur_state.regs, *dst_reg; in check_alu_op() local1965 struct bpf_reg_state *dst_reg) in find_good_pkt_pointers()2215 struct bpf_reg_state *regs = this_branch->regs, *dst_reg; in check_cond_jmp_op() local
599 static u32 pe_prog_convert_ctx_access(enum bpf_access_type type, int dst_reg, in pe_prog_convert_ctx_access()