Lines Matching refs:spilled_ptr

668 		print_liveness(env, state->stack[i].spilled_ptr.live);  in print_verifier_state()
670 reg = &state->stack[i].spilled_ptr; in print_verifier_state()
2011 reg = &func->stack[j].spilled_ptr; in mark_all_scalars_precise()
2055 reg = &func->stack[spi].spilled_ptr; in __mark_chain_precision()
2154 reg = &func->stack[i].spilled_ptr; in __mark_chain_precision()
2262 state->stack[spi].spilled_ptr = *reg; in save_register_state()
2263 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in save_register_state()
2330 register_is_const(&state->stack[spi].spilled_ptr)) in check_stack_write()
2366 state->stack[spi].spilled_ptr.type = NOT_INIT; in check_stack_write()
2381 state->stack[spi].spilled_ptr.live |= REG_LIVE_WRITTEN; in check_stack_write()
2416 reg = &reg_state->stack[spi].spilled_ptr; in check_stack_read()
3756 state->stack[spi].spilled_ptr.type == PTR_TO_BTF_ID) in check_stack_boundary()
3760 state->stack[spi].spilled_ptr.type == SCALAR_VALUE) { in check_stack_boundary()
3761 __mark_reg_unknown(env, &state->stack[spi].spilled_ptr); in check_stack_boundary()
3783 mark_reg_read(env, &state->stack[spi].spilled_ptr, in check_stack_boundary()
3784 state->stack[spi].spilled_ptr.parent, in check_stack_boundary()
8523 live = st->stack[i].spilled_ptr.live; in clean_func_state()
8525 st->stack[i].spilled_ptr.live |= REG_LIVE_DONE; in clean_func_state()
8527 __mark_reg_not_init(env, &st->stack[i].spilled_ptr); in clean_func_state()
8731 if (!(old->stack[spi].spilled_ptr.live & REG_LIVE_READ)) { in stacksafe()
8765 if (!regsafe(&old->stack[spi].spilled_ptr, in stacksafe()
8766 &cur->stack[spi].spilled_ptr, in stacksafe()
8944 parent_reg = &parent->stack[i].spilled_ptr; in propagate_liveness()
8945 state_reg = &state->stack[i].spilled_ptr; in propagate_liveness()
8981 state_reg = &state->stack[i].spilled_ptr; in propagate_precision()
9212 frame->stack[i].spilled_ptr.live = REG_LIVE_NONE; in is_state_visited()
9213 frame->stack[i].spilled_ptr.parent = in is_state_visited()
9214 &newframe->stack[i].spilled_ptr; in is_state_visited()