Searched refs:allocated_stack (Results 1 – 2 of 2) sorted by relevance
277 __naked void allocated_stack(void) in allocated_stack() function
635 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid()873 for (i = 1; i < state->allocated_stack / BPF_REG_SIZE; i++) { in unmark_stack_slots_dynptr()1458 size_t n = src->allocated_stack / BPF_REG_SIZE; in copy_stack_state()1465 dst->allocated_stack = src->allocated_stack; in copy_stack_state()1485 size_t old_n = state->allocated_stack / BPF_REG_SIZE, n; in grow_stack_state()1498 state->allocated_stack = size; in grow_stack_state()4759 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()4789 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_imprecise()5023 if (verifier_bug_if(i >= func->allocated_stack / BPF_REG_SIZE, in __mark_chain_precision()5025 i, func->allocated_stack / BPF_REG_SIZE)) in __mark_chain_precision()[all …]