Searched refs:allocated_stack (Results 1 – 2 of 2) sorted by relevance
198 int allocated_stack; member276 (((slot < frame->allocated_stack / BPF_REG_SIZE) && \283 iter < frame->allocated_stack / BPF_REG_SIZE; \
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() argument748 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()[all …]