Lines Matching refs:allocated_stack
501 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
556 COPY_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE) in COPY_STATE_FN() argument
596 REALLOC_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE)
705 err = realloc_func_state(dst, src->allocated_stack, src->acquired_refs, in copy_func_state()
1649 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()
1774 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()
2022 if (reg_state->allocated_stack <= slot) { in check_stack_read()
3046 if (state->allocated_stack <= slot) in check_stack_boundary()
6733 for (i = 0; i < st->allocated_stack / BPF_REG_SIZE; i++) { in clean_func_state()
6939 for (i = 0; i < old->allocated_stack; i++) { in stacksafe()
6954 if (i >= cur->allocated_stack) in stacksafe()
7153 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE && in propagate_liveness()
7154 i < parent->allocated_stack / BPF_REG_SIZE; i++) { in propagate_liveness()
7189 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in propagate_precision()
7422 for (i = 0; i < frame->allocated_stack / BPF_REG_SIZE; i++) { in is_state_visited()