Searched refs:allocated_stack (Results 1 – 2 of 2) sorted by relevance
245 int allocated_stack; member330 (((slot < frame->allocated_stack / BPF_REG_SIZE) && \337 iter < frame->allocated_stack / BPF_REG_SIZE; \
611 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid()909 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()1035 size_t n = src->allocated_stack / BPF_REG_SIZE; in copy_stack_state()1042 dst->allocated_stack = src->allocated_stack; in copy_stack_state()1059 size_t old_n = state->allocated_stack / BPF_REG_SIZE, n = size / BPF_REG_SIZE; in grow_stack_state()1068 state->allocated_stack = size; in grow_stack_state()2728 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()2852 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()4611 min_valid_off = -state->allocated_stack; in check_stack_slot_within_bounds()5117 if (state->allocated_stack <= slot) in check_stack_range_initialized()[all …]