Searched refs:allocated_stack (Results 1 – 2 of 2) sorted by relevance
257 int allocated_stack; member342 (((slot < frame->allocated_stack / BPF_REG_SIZE) && \349 iter < frame->allocated_stack / BPF_REG_SIZE; \
620 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid()931 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()1066 size_t n = src->allocated_stack / BPF_REG_SIZE; in copy_stack_state()1073 dst->allocated_stack = src->allocated_stack; in copy_stack_state()1090 size_t old_n = state->allocated_stack / BPF_REG_SIZE, n = size / BPF_REG_SIZE; in grow_stack_state()1099 state->allocated_stack = size; in grow_stack_state()2766 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()2890 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()4659 min_valid_off = -state->allocated_stack; in check_stack_slot_within_bounds()5165 if (state->allocated_stack <= slot) in check_stack_range_initialized()[all …]