Searched refs:eq_branch_regs (Results 1 - 1 of 1) sorted by path

/linux-master/kernel/bpf/
H A Dverifier.c15107 struct bpf_reg_state *eq_branch_regs; local
15272 eq_branch_regs = NULL;
15275 eq_branch_regs = other_branch_regs;
15278 eq_branch_regs = regs;
15284 if (eq_branch_regs) {
15286 mark_ptr_not_null_reg(&eq_branch_regs[insn->src_reg]);
15288 mark_ptr_not_null_reg(&eq_branch_regs[insn->dst_reg]);

Completed in 355 milliseconds