Searched refs:NOT_INIT (Results 1 – 4 of 4) sorted by relevance
341 if (meta->ptr.type == NOT_INIT) in nfp_bpf_check_stack_access()466 if (meta->ptr.type != NOT_INIT && meta->ptr.type != reg->type) { in nfp_bpf_check_ptr()
254 [NOT_INIT] = "?",297 if (t == NOT_INIT) in print_verifier_state()710 reg->type = NOT_INIT; in __mark_reg_not_init()968 if (regs[regno].type == NOT_INIT) { in check_reg_arg()2574 regs[BPF_REG_0].type = NOT_INIT; in check_helper_call()4392 if (rold->type == NOT_INIT) in regsafe()4395 if (rcur->type == NOT_INIT) in regsafe()4857 if (*prev_src_type == NOT_INIT) { in do_check()4909 if (*prev_dst_type == NOT_INIT) { in do_check()
205 NOT_INIT = 0, /* nothing was written into register */ enumerator
1113 register state has a type, which is either NOT_INIT (the register has not been1309 alignment, then r1 is safe. Similarly, if r2 was NOT_INIT before then it can't1311 another NOT_INIT) is safe. The implementation is in the function regsafe().