Searched refs:NOT_INIT (Results 1 – 5 of 5) sorted by relevance
127 return NOT_INIT; in hid_bpf_ops_btf_struct_access()
261 return NOT_INIT; in bpf_dummy_ops_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()
2917 reg->type = NOT_INIT; in __mark_reg_not_init()3941 if (reg->type == NOT_INIT) { in __check_reg_arg()5321 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_fixed_off()5450 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write_var_off()9465 if (expected == NOT_INIT) in check_reg_type()11943 regs[BPF_REG_0].type = NOT_INIT; in check_helper_call()19801 if (rold->type == NOT_INIT) in regsafe()20866 if (*prev_type == NOT_INIT) { in save_aux_ptr_type()
990 NOT_INIT = 0, /* nothing was written into register */ enumerator