Lines Matching refs:STACK_SPILL
533 [STACK_SPILL] = 'r',
669 if (state->stack[i].slot_type[0] == STACK_SPILL) { in print_verifier_state()
2009 if (func->stack[j].slot_type[0] != STACK_SPILL) in mark_all_scalars_precise()
2051 if (func->stack[spi].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
2150 if (func->stack[i].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
2266 state->stack[spi].slot_type[i] = STACK_SPILL; in save_register_state()
2289 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write()
2329 if (state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write()
2368 if (state->stack[spi].slot_type[0] == STACK_SPILL) in check_stack_write()
2418 if (stype[0] == STACK_SPILL) { in check_stack_read()
2433 if (stype[(slot - i) % BPF_REG_SIZE] != STACK_SPILL) { in check_stack_read()
3755 if (state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_boundary()
3759 if (state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_boundary()
8763 if (old->stack[spi].slot_type[0] != STACK_SPILL) in stacksafe()
8979 if (state->stack[i].slot_type[0] != STACK_SPILL) in propagate_precision()