Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c5795 struct bpf_reg_state *dst_reg, *other_branch_regs, *src_reg = NULL; in check_cond_jmp_op() local
5868 other_branch_regs = other_branch->frame[other_branch->curframe]->regs; in check_cond_jmp_op()
5892 reg_set_min_max(&other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
5900 reg_set_min_max_inv(&other_branch_regs[insn->src_reg], in check_cond_jmp_op()
5909 reg_combine_min_max(&other_branch_regs[insn->src_reg], in check_cond_jmp_op()
5910 &other_branch_regs[insn->dst_reg], in check_cond_jmp_op()
5914 reg_set_min_max(&other_branch_regs[insn->dst_reg], in check_cond_jmp_op()