Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c17424 static void sync_linked_regs(struct bpf_verifier_env *env, struct bpf_verifier_state *vstate, in sync_linked_regs() function
17667 sync_linked_regs(env, this_branch, src_reg, &linked_regs); in check_cond_jmp_op()
17668 sync_linked_regs(env, other_branch, &other_branch_regs[insn->src_reg], in check_cond_jmp_op()
17673 sync_linked_regs(env, this_branch, dst_reg, &linked_regs); in check_cond_jmp_op()
17674 sync_linked_regs(env, other_branch, &other_branch_regs[insn->dst_reg], in check_cond_jmp_op()