Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c7930 struct bpf_reg_state *src_reg_in = &regs[insn->src_reg]; in check_cond_jmp_op() local
7932 if (dst_reg->type == SCALAR_VALUE && src_reg_in->type == SCALAR_VALUE) { in check_cond_jmp_op()
7933 if (tnum_is_const(src_reg_in->var_off) || (is_jmp32 && tnum_is_const(tnum_subreg(src_reg_in->var_off)))) { 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()
7935 tnum_subreg(src_reg_in->var_off).value, opcode, is_jmp32); 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 in check_cond_jmp_op()
[all...]

Completed in 13 milliseconds