Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c14469 static void find_equal_scalars(struct bpf_verifier_state *vstate, in find_equal_scalars() function
14648 find_equal_scalars(this_branch, src_reg); in check_cond_jmp_op()
14649 find_equal_scalars(other_branch, &other_branch_regs[insn->src_reg]); in check_cond_jmp_op()
14661 find_equal_scalars(this_branch, dst_reg); in check_cond_jmp_op()
14662 find_equal_scalars(other_branch, &other_branch_regs[insn->dst_reg]); in check_cond_jmp_op()