Lines Matching refs:allocated_stack
653 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
708 COPY_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE) in COPY_STATE_FN() argument
748 REALLOC_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE)
857 err = realloc_func_state(dst, src->allocated_stack, src->acquired_refs, in copy_func_state()
2008 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()
2132 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()
2410 if (reg_state->allocated_stack <= slot) { in check_stack_read()
3744 if (state->allocated_stack <= slot) in check_stack_boundary()
8522 for (i = 0; i < st->allocated_stack / BPF_REG_SIZE; i++) { in clean_func_state()
8728 for (i = 0; i < old->allocated_stack; i++) { in stacksafe()
8743 if (i >= cur->allocated_stack) in stacksafe()
8942 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE && in propagate_liveness()
8943 i < parent->allocated_stack / BPF_REG_SIZE; i++) { in propagate_liveness()
8978 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in propagate_precision()
9211 for (i = 0; i < frame->allocated_stack / BPF_REG_SIZE; i++) { in is_state_visited()