Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c7827 struct bpf_reg_state *dst_reg, *other_branch_regs, *src_reg = NULL; in check_cond_jmp_op() local
7920 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op()
7934 reg_set_min_max(&other_branch_regs[insn->dst_reg], dst_reg, src_reg_in->var_off.value, in check_cond_jmp_op()
7937 reg_set_min_max_inv(&other_branch_regs[insn->src_reg], src_reg_in, dst_reg->var_off.value, in check_cond_jmp_op()
7941 reg_combine_min_max(&other_branch_regs[insn->src_reg], &other_branch_regs[insn->dst_reg], src_reg_in, in check_cond_jmp_op()
7944 if (src_reg_in->id && !WARN_ON_ONCE(src_reg_in->id != other_branch_regs[insn->src_reg].id)) { in check_cond_jmp_op()
7946 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]); in check_cond_jmp_op()
7950 reg_set_min_max(&other_branch_regs[insn->dst_reg], dst_reg, insn->imm, (u32)insn->imm, opcode, is_jmp32); in check_cond_jmp_op()
7954 !WARN_ON_ONCE(dst_reg->id != other_branch_regs[ins in check_cond_jmp_op()
[all...]

Completed in 13 milliseconds