Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_verifier.h223 int allocated_stack; member
308 (((slot < frame->allocated_stack / BPF_REG_SIZE) && \
315 iter < frame->allocated_stack / BPF_REG_SIZE; \
/Linux-v5.15/kernel/bpf/
Dverifier.c704 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
808 size_t n = src->allocated_stack / BPF_REG_SIZE; in copy_stack_state()
815 dst->allocated_stack = src->allocated_stack; in copy_stack_state()
832 size_t old_n = state->allocated_stack / BPF_REG_SIZE, n = size / BPF_REG_SIZE; in grow_stack_state()
841 state->allocated_stack = size; in grow_stack_state()
2375 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()
2499 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()
4040 min_valid_off = -state->allocated_stack; in check_stack_slot_within_bounds()
4504 if (state->allocated_stack <= slot) in check_stack_range_initialized()
10118 for (i = 0; i < st->allocated_stack / BPF_REG_SIZE; i++) { in clean_func_state()
[all …]