Searched refs:eq_branch_regs (Results 1 – 1 of 1) sorted by relevance
16903 struct bpf_reg_state *eq_branch_regs; in check_cond_jmp_op() local17090 eq_branch_regs = NULL; in check_cond_jmp_op()17093 eq_branch_regs = other_branch_regs; in check_cond_jmp_op()17096 eq_branch_regs = regs; in check_cond_jmp_op()17102 if (eq_branch_regs) { in check_cond_jmp_op()17105 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]); in check_cond_jmp_op()17108 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]); in check_cond_jmp_op()