Lines Matching refs:STACK_INVALID
773 state->stack[spi].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
774 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
891 state->stack[spi].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
892 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
1070 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
1151 case STACK_INVALID: in is_stack_slot_special()
1191 if (env->allow_ptr_leaks && *stype == STACK_INVALID) in mark_stack_slot_misc()
1198 if (*stype != STACK_INVALID) in scrub_spilled_slot()
4851 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
4981 if (type == STACK_INVALID && env->allow_uninit_stack) in check_stack_read_fixed_off()
5029 if (type == STACK_INVALID && env->allow_uninit_stack) in check_stack_read_fixed_off()
7384 (*stype == STACK_INVALID && env->allow_uninit_stack)) { in check_stack_range_initialized()
17133 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
17362 (stack->slot_type[i] == STACK_INVALID && env->allow_uninit_stack)) in is_stack_all_misc()
17410 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()
17497 case STACK_INVALID: in stacksafe()