Searched refs:UNKNOWN_VALUE (Results 1 – 2 of 2) sorted by relevance
131 UNKNOWN_VALUE, /* reg doesn't contain a valid pointer */ enumerator231 [UNKNOWN_VALUE] = "inv",482 regs[regno].type = UNKNOWN_VALUE; in mark_reg_unknown_value()891 regs[BPF_REG_0].type = UNKNOWN_VALUE; in check_call()976 regs[insn->dst_reg].type = UNKNOWN_VALUE; in check_alu_op()1262 regs[BPF_REG_0].type = UNKNOWN_VALUE; in check_ld_abs()1496 (old->regs[i].type == UNKNOWN_VALUE && in states_equal()
1021 If R1=PTR_TO_CTX and insn is R2=R1+R1, then R2=UNKNOWN_VALUE,