Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dverifier.c1179 struct verifier_state *other_branch; in check_cond_jmp_op() local
1236 other_branch = push_stack(env, *insn_idx + insn->off + 1, *insn_idx); in check_cond_jmp_op()
1237 if (!other_branch) in check_cond_jmp_op()
1251 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1252 other_branch->regs[insn->dst_reg].imm = 0; in check_cond_jmp_op()
1254 other_branch->regs[insn->dst_reg].type = PTR_TO_MAP_VALUE; in check_cond_jmp_op()
1268 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1269 other_branch->regs[insn->dst_reg].imm = insn->imm; in check_cond_jmp_op()