Lines Matching refs:spilled_ptr
445 struct bpf_reg_state *spill = &st->stack[i].spilled_ptr; in __clean_func_state()
671 stack->spilled_ptr.type == SCALAR_VALUE; in is_spilled_scalar_after()
694 return &stack->spilled_ptr; in scalar_reg_for_stack()
793 if (!regsafe(env, &old->stack[spi].spilled_ptr, in stacksafe()
794 &cur->stack[spi].spilled_ptr, idmap, exact)) in stacksafe()
798 old_reg = &old->stack[spi].spilled_ptr; in stacksafe()
799 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe()
807 old_reg = &old->stack[spi].spilled_ptr; in stacksafe()
808 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe()
824 old_reg = &old->stack[spi].spilled_ptr; in stacksafe()
825 cur_reg = &cur->stack[spi].spilled_ptr; in stacksafe()
1052 state_reg = &state->stack[i].spilled_ptr; in propagate_precision()
1202 slot = &state->stack[i].spilled_ptr; in iter_active_depths_differ()
1206 cur_slot = &cur->frame[fr]->stack[i].spilled_ptr; in iter_active_depths_differ()
1231 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_imprecise()
1348 iter_state = &bpf_func(env, iter_reg)->stack[spi].spilled_ptr; in bpf_is_state_visited()