Lines Matching refs:PTR_TO_STACK
550 [PTR_TO_STACK] = "fp",
642 if ((t == SCALAR_VALUE || t == PTR_TO_STACK) && in print_verifier_state()
1533 regs[BPF_REG_FP].type = PTR_TO_STACK; in init_reg_state()
2712 case PTR_TO_STACK: in is_spillable_regtype()
2860 if (state != cur && reg->type == PTR_TO_STACK) { in check_stack_write_fixed_off()
3767 case PTR_TO_STACK: in check_ptr_alignment()
4425 } else if (reg->type == PTR_TO_STACK) { in check_mem_access()
4794 case PTR_TO_STACK: in check_helper_mem_access()
4807 reg_type_str[PTR_TO_STACK]); in check_helper_mem_access()
5035 PTR_TO_STACK,
5067 PTR_TO_STACK,
5080 PTR_TO_STACK,
5097 static const struct bpf_reg_types stack_ptr_types = { .types = { PTR_TO_STACK } };
6157 if (r0->type == PTR_TO_STACK) { in prepare_func_exit()
6869 case PTR_TO_STACK: in retrieve_ptr_limit()
7154 case PTR_TO_STACK: in sanitize_check_bounds()
7327 if (ptr_reg->type == PTR_TO_STACK) { in adjust_ptr_min_max_vals()
10439 if (rold->type == PTR_TO_STACK) in regsafe()