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.c16284 struct bpf_reg_state *eq_branch_regs; in check_cond_jmp_op() local
16466 eq_branch_regs = NULL; in check_cond_jmp_op()
16469 eq_branch_regs = other_branch_regs; in check_cond_jmp_op()
16472 eq_branch_regs = regs; in check_cond_jmp_op()
16478 if (eq_branch_regs) { in check_cond_jmp_op()
16480 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]); in check_cond_jmp_op()
16482 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]); in check_cond_jmp_op()