Home
last modified time | relevance | path

Searched refs:allocated_stack (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_verifier.h199 int allocated_stack; member
284 (((slot < frame->allocated_stack / BPF_REG_SIZE) && \
291 iter < frame->allocated_stack / BPF_REG_SIZE; \
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c653 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
708 COPY_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE) in COPY_STATE_FN() argument
748 REALLOC_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE)
857 err = realloc_func_state(dst, src->allocated_stack, src->acquired_refs, in copy_func_state()
2011 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()
2135 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()
3664 min_valid_off = -state->allocated_stack; in check_stack_slot_within_bounds()
4068 if (state->allocated_stack <= slot) in check_stack_range_initialized()
9037 for (i = 0; i < st->allocated_stack / BPF_REG_SIZE; i++) { in clean_func_state()
9244 for (i = 0; i < old->allocated_stack; i++) { in stacksafe()
[all …]