Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_verifier.h257 int allocated_stack; member
342 (((slot < frame->allocated_stack / BPF_REG_SIZE) && \
349 iter < frame->allocated_stack / BPF_REG_SIZE; \
/Linux-v6.1/kernel/bpf/
Dverifier.c620 int allocated_slots = state->allocated_stack / BPF_REG_SIZE; in is_spi_bounds_valid()
931 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
1062 size_t n = src->allocated_stack / BPF_REG_SIZE; in copy_stack_state()
1069 dst->allocated_stack = src->allocated_stack; in copy_stack_state()
1086 size_t old_n = state->allocated_stack / BPF_REG_SIZE, n = size / BPF_REG_SIZE; in grow_stack_state()
1095 state->allocated_stack = size; in grow_stack_state()
2760 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()
2884 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()
4643 min_valid_off = -state->allocated_stack; in check_stack_slot_within_bounds()
5149 if (state->allocated_stack <= slot) in check_stack_range_initialized()
[all …]