Searched refs:UNKNOWN_VALUE (Results 1 - 1 of 1) sorted by relevance

/kernel/bpf/
H A Dverifier.c61 * Most of the time the registers have UNKNOWN_VALUE type, which
63 * (like pointer plus pointer becomes UNKNOWN_VALUE type)
131 UNKNOWN_VALUE, /* reg doesn't contain a valid pointer */ enumerator in enum:bpf_reg_type
234 [UNKNOWN_VALUE] = "inv",
485 regs[regno].type = UNKNOWN_VALUE;
563 slot->reg_st.type = UNKNOWN_VALUE;
572 slot->reg_st.type = UNKNOWN_VALUE;
894 regs[BPF_REG_0].type = UNKNOWN_VALUE;
979 regs[insn->dst_reg].type = UNKNOWN_VALUE;
1412 (old->regs[i].type == UNKNOWN_VALUE
[all...]

Completed in 20 milliseconds