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.c16307 struct bpf_reg_state *eq_branch_regs; in check_cond_jmp_op() local
16489 eq_branch_regs = NULL; in check_cond_jmp_op()
16492 eq_branch_regs = other_branch_regs; in check_cond_jmp_op()
16495 eq_branch_regs = regs; in check_cond_jmp_op()
16501 if (eq_branch_regs) { in check_cond_jmp_op()
16503 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]); in check_cond_jmp_op()
16505 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]); in check_cond_jmp_op()