Lines Matching refs:STACK_INVALID
647 [STACK_INVALID] = '?',
949 state->stack[spi].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
950 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in invalidate_dynptr()
1067 state->stack[spi].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
1068 state->stack[spi - 1].slot_type[i] = STACK_INVALID; in destroy_if_dynptr_stack_slot()
1235 slot->slot_type[j] = STACK_INVALID; in unmark_stack_slots_iter()
1314 case STACK_INVALID: in is_stack_slot_special()
1340 if (*stype != STACK_INVALID) in scrub_spilled_slot()
1447 if (state->stack[i].slot_type[j] != STACK_INVALID) in print_verifier_state()
4518 if (*stype == STACK_INVALID && !env->allow_uninit_stack) { in check_stack_write_var_off()
4642 if (type == STACK_INVALID && env->allow_uninit_stack) in check_stack_read_fixed_off()
4681 if (type == STACK_INVALID && env->allow_uninit_stack) in check_stack_read_fixed_off()
6899 (*stype == STACK_INVALID && env->allow_uninit_stack)) { in check_stack_range_initialized()
15443 st->stack[i].slot_type[j] = STACK_INVALID; in clean_func_state()
15663 if (old->stack[spi].slot_type[i % BPF_REG_SIZE] == STACK_INVALID) in stacksafe()
15736 case STACK_INVALID: in stacksafe()