Searched refs:other_branch_regs (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c14955 struct bpf_reg_state *dst_reg, *other_branch_regs, *src_reg = NULL; local
15075 other_branch_regs = other_branch->frame[other_branch->curframe]->regs;
15079 &other_branch_regs[insn->dst_reg],
15080 &other_branch_regs[insn->src_reg],
15084 &other_branch_regs[insn->dst_reg],
15094 !WARN_ON_ONCE(src_reg->id != other_branch_regs[insn->src_reg].id)) {
15096 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]);
15099 !WARN_ON_ONCE(dst_reg->id != other_branch_regs[insn->dst_reg].id)) {
15101 find_equal_scalars(other_branch, &other_branch_regs[insn->dst_reg]);
15124 eq_branch_regs = other_branch_regs;
[all...]

Completed in 125 milliseconds