Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/bpf/
Dverifier.c10158 struct bpf_reg_state *dst_reg, *other_branch_regs, *src_reg = NULL; in check_cond_jmp_op() local
10263 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op()
10280 reg_set_min_max(&other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
10288 reg_set_min_max_inv(&other_branch_regs[insn->src_reg], in check_cond_jmp_op()
10296 reg_combine_min_max(&other_branch_regs[insn->src_reg], in check_cond_jmp_op()
10297 &other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
10300 !WARN_ON_ONCE(src_reg->id != other_branch_regs[insn->src_reg].id)) { in check_cond_jmp_op()
10302 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]); in check_cond_jmp_op()
10307 reg_set_min_max(&other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
10313 !WARN_ON_ONCE(dst_reg->id != other_branch_regs[insn->dst_reg].id)) { in check_cond_jmp_op()
[all …]