Searched refs:sync_linked_regs (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | verifier.c | 16325 static void sync_linked_regs(struct bpf_verifier_state *vstate, struct bpf_reg_state *known_reg, in sync_linked_regs() function 16537 sync_linked_regs(this_branch, src_reg, &linked_regs); in check_cond_jmp_op() 16538 sync_linked_regs(other_branch, &other_branch_regs[insn->src_reg], &linked_regs); in check_cond_jmp_op() 16542 sync_linked_regs(this_branch, dst_reg, &linked_regs); in check_cond_jmp_op() 16543 sync_linked_regs(other_branch, &other_branch_regs[insn->dst_reg], &linked_regs); in check_cond_jmp_op()
|