Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c15971 struct bpf_reg_state *eq_branch_regs; in check_cond_jmp_op() local
16157 eq_branch_regs = NULL; in check_cond_jmp_op()
16160 eq_branch_regs = other_branch_regs; in check_cond_jmp_op()
16163 eq_branch_regs = regs; in check_cond_jmp_op()
16169 if (eq_branch_regs) { in check_cond_jmp_op()
16171 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]); in check_cond_jmp_op()
16173 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]); in check_cond_jmp_op()