Lines Matching refs:STACK_SPILL
584 [STACK_SPILL] = 'r',
720 if (state->stack[i].slot_type[0] == STACK_SPILL) { in print_verifier_state()
2376 if (func->stack[j].slot_type[0] != STACK_SPILL) in mark_all_scalars_precise()
2418 if (func->stack[spi].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
2517 if (func->stack[i].slot_type[0] != STACK_SPILL) { in __mark_chain_precision()
2637 state->stack[spi].slot_type[i] = STACK_SPILL; in save_register_state()
2661 state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_write_fixed_off()
2716 if (state->stack[spi].slot_type[0] == STACK_SPILL) in check_stack_write_fixed_off()
2926 if (stype[0] == STACK_SPILL) { in check_stack_read_fixed_off()
2941 if (stype[(slot - i) % BPF_REG_SIZE] != STACK_SPILL) { in check_stack_read_fixed_off()
4517 if (state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_range_initialized()
4521 if (state->stack[spi].slot_type[0] == STACK_SPILL && in check_stack_range_initialized()
10361 if (old->stack[spi].slot_type[0] != STACK_SPILL) in stacksafe()
10568 if (state->stack[i].slot_type[0] != STACK_SPILL) in propagate_precision()