Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/bpf/
Dverifier.c138 CONST_IMM, /* constant integer value */ enumerator
239 [CONST_IMM] = "imm",
252 if (t == CONST_IMM || t == PTR_TO_STACK) in print_verifier_state()
659 case CONST_IMM: in is_pointer_value()
827 expected_type = CONST_IMM; in check_func_arg()
1096 regs[insn->dst_reg].type = CONST_IMM; in check_alu_op()
1219 regs[insn->dst_reg].type == CONST_IMM && in check_cond_jmp_op()
1251 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1255 regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
1268 other_branch->regs[insn->dst_reg].type = CONST_IMM; in check_cond_jmp_op()
[all …]