Searched refs:NOT_INIT (Results 1 – 5 of 5) sorted by relevance
144 return NOT_INIT; in bpf_tcp_ca_btf_struct_access()
358 if (meta->ptr.type == NOT_INIT) in nfp_bpf_check_stack_access()490 if (meta->ptr.type != NOT_INIT && meta->ptr.type != reg->type) { in nfp_bpf_check_ptr()
501 [NOT_INIT] = "?",577 if (t == NOT_INIT) in print_verifier_state()1366 reg->type = NOT_INIT; in __mark_reg_not_init()1735 if (reg->type == NOT_INIT) { in check_reg_arg()2366 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write()4094 if (expected == NOT_INIT) in check_reg_type()5115 regs[BPF_REG_0].type = NOT_INIT; in check_helper_call()8622 if (rold->type == NOT_INIT) in regsafe()8625 if (rcur->type == NOT_INIT) in regsafe()9380 if (*prev_src_type == NOT_INIT) { in do_check()[all …]
1171 register state has a type, which is either NOT_INIT (the register has not been1405 alignment, then r1 is safe. Similarly, if r2 was NOT_INIT before then it can't1407 another NOT_INIT) is safe. The implementation is in the function regsafe().
370 NOT_INIT = 0, /* nothing was written into register */ enumerator