Searched refs:allocated_stack (Results 1 – 3 of 3) sorted by relevance
277 __naked void allocated_stack(void) in allocated_stack() function
768 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
642 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid()880 for (i = 1; i < state->allocated_stack / BPF_REG_SIZE; i++) { in unmark_stack_slots_dynptr()1465 size_t n = src->allocated_stack / BPF_REG_SIZE; in copy_stack_state()1472 dst->allocated_stack = src->allocated_stack; in copy_stack_state()1492 size_t old_n = state->allocated_stack / BPF_REG_SIZE, n; in grow_stack_state()1505 state->allocated_stack = size; in grow_stack_state()4780 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()4810 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_imprecise()5044 if (verifier_bug_if(i >= func->allocated_stack / BPF_REG_SIZE, in __mark_chain_precision()5046 i, func->allocated_stack / BPF_REG_SIZE)) in __mark_chain_precision()[all …]