Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c16377 struct bpf_reg_state *eq_branch_regs; in check_cond_jmp_op() local
16563 eq_branch_regs = NULL; in check_cond_jmp_op()
16566 eq_branch_regs = other_branch_regs; in check_cond_jmp_op()
16569 eq_branch_regs = regs; in check_cond_jmp_op()
16575 if (eq_branch_regs) { in check_cond_jmp_op()
16577 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]); in check_cond_jmp_op()
16579 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]); in check_cond_jmp_op()