Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c641 for (i = 0; i < state->allocated_stack / BPF_REG_SIZE; i++) { in print_verifier_state()
699 COPY_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE) in COPY_STATE_FN() argument
735 REALLOC_STATE_FN(stack, allocated_stack, stack, BPF_REG_SIZE)
846 err = realloc_func_state(dst, src->allocated_stack, src->acquired_refs, false); in copy_func_state()
2015 for (j = 0; j < func->allocated_stack / BPF_REG_SIZE; j++) { in mark_all_scalars_precise()
2153 if (i >= func->allocated_stack / BPF_REG_SIZE) { in __mark_chain_precision()
3611 min_valid_off = -state->allocated_stack; in check_stack_slot_within_bounds()
4022 if (state->allocated_stack <= slot) { in check_stack_range_initialized()
8899 for (i = 0; i < st->allocated_stack / BPF_REG_SIZE; i++) { in clean_func_state()
9118 for (i = 0; i < old->allocated_stack; i++) { in stacksafe()
[all …]