Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c6889 * incorrectly propagated into other registers by find_equal_scalars() in adjust_reg_min_max_vals()
7025 * that will be used by find_equal_scalars() in check_alu_op()
7042 * propagated into src_reg by find_equal_scalars() in check_alu_op()
7795 static void find_equal_scalars(struct bpf_verifier_state *vstate, struct bpf_reg_state *known_reg) in find_equal_scalars() function
7945 find_equal_scalars(this_branch, src_reg_in); in check_cond_jmp_op()
7946 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]); in check_cond_jmp_op()
7955 find_equal_scalars(this_branch, dst_reg); in check_cond_jmp_op()
7956 find_equal_scalars(other_branch, &other_branch_regs[insn->dst_reg]); in check_cond_jmp_op()

Completed in 16 milliseconds