Lines Matching refs:bpf_stack_state
1020 struct bpf_stack_state *slot = &state->stack[spi - i]; in mark_stack_slots_iter()
1058 struct bpf_stack_state *slot = &state->stack[spi - i]; in unmark_stack_slots_iter()
1095 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_uninit()
1116 struct bpf_stack_state *slot = &state->stack[spi - i]; in is_iter_reg_valid_init()
1142 static bool is_stack_slot_special(const struct bpf_stack_state *stack) in is_stack_slot_special()
1164 static bool is_spilled_reg(const struct bpf_stack_state *stack) in is_spilled_reg()
1169 static bool is_spilled_scalar_reg(const struct bpf_stack_state *stack) in is_spilled_scalar_reg()
1175 static bool is_spilled_scalar_reg64(const struct bpf_stack_state *stack) in is_spilled_scalar_reg64()
1276 dst->stack = copy_array(dst->stack, src->stack, n, sizeof(struct bpf_stack_state), in copy_stack_state()
1310 state->stack = realloc_array(state->stack, old_n, n, sizeof(struct bpf_stack_state)); in grow_stack_state()
17356 struct bpf_stack_state *stack) in is_stack_all_misc()
17371 struct bpf_stack_state *stack) in scalar_reg_for_stack()