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