Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dverifier.c138 CONST_IMM, /* constant integer value */ enumerator
238 [CONST_IMM] = "imm",
251 if (t == CONST_IMM || t == PTR_TO_STACK) in print_verifier_state()
773 expected_type = CONST_IMM; in check_func_arg()
983 regs[insn->dst_reg].type = CONST_IMM; in check_alu_op()
1090 regs[insn->dst_reg].type == CONST_IMM && in check_cond_jmp_op()
1122 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1126 regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1136 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1142 regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()