Home
last modified time | relevance | path

Searched refs:eq_branch_regs (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/kernel/bpf/
Dverifier.c14039 struct bpf_reg_state *eq_branch_regs; in check_cond_jmp_op() local
14229 eq_branch_regs = NULL; in check_cond_jmp_op()
14232 eq_branch_regs = other_branch_regs; in check_cond_jmp_op()
14235 eq_branch_regs = regs; in check_cond_jmp_op()
14241 if (eq_branch_regs) { in check_cond_jmp_op()
14243 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]); in check_cond_jmp_op()
14245 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]); in check_cond_jmp_op()