Searched refs:STACK_SPILL (Results 1 – 2 of 2) sorted by relevance
172 STACK_SPILL, /* register spilled into stack */ enumerator309 (frame->stack[slot].slot_type[0] == 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()[all …]