Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dverifier.c3822 struct bpf_reg_state *dst_reg, *other_branch_regs; in check_cond_jmp_op() local
3885 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op()
3898 reg_set_min_max(&other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
3902 reg_set_min_max_inv(&other_branch_regs[insn->src_reg], in check_cond_jmp_op()
3907 reg_combine_min_max(&other_branch_regs[insn->src_reg], in check_cond_jmp_op()
3908 &other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
3913 reg_set_min_max(&other_branch_regs[insn->dst_reg], in check_cond_jmp_op()