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

/linux-master/kernel/bpf/
H A Dverifier.c4199 * This is needed to estimate effect of find_equal_scalars().
4213 * if (r2 > 10) goto exit; // find_equal_scalars() assigns range to r1
4430 * dst_reg and then will be used by find_equal_scalars() to
13906 * incorrectly propagated into other registers by find_equal_scalars()
14118 * propagated into src_reg by find_equal_scalars()
14937 static void find_equal_scalars(struct bpf_verifier_state *vstate, function
15095 find_equal_scalars(this_branch, src_reg);
15096 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]);
15100 find_equal_scalars(this_branch, dst_reg);
15101 find_equal_scalars(other_branc
[all...]

Completed in 143 milliseconds