Lines Matching refs:PTR_TO_STACK
556 [PTR_TO_STACK] = "fp",
634 if ((t == SCALAR_VALUE || t == PTR_TO_STACK) && in print_verifier_state()
1518 regs[BPF_REG_FP].type = PTR_TO_STACK; in init_reg_state()
2563 case PTR_TO_STACK: in is_spillable_regtype()
2705 if (state != cur && reg->type == PTR_TO_STACK) { in check_stack_write_fixed_off()
3593 case PTR_TO_STACK: in check_ptr_alignment()
4236 } else if (reg->type == PTR_TO_STACK) { in check_mem_access()
4592 case PTR_TO_STACK: in check_helper_mem_access()
4605 reg_type_str[PTR_TO_STACK]); in check_helper_mem_access()
4830 PTR_TO_STACK,
4862 PTR_TO_STACK,
4875 PTR_TO_STACK,
4892 static const struct bpf_reg_types stack_ptr_types = { .types = { PTR_TO_STACK } };
5942 if (r0->type == PTR_TO_STACK) { in prepare_func_exit()
6644 case PTR_TO_STACK: in retrieve_ptr_limit()
6929 case PTR_TO_STACK: in sanitize_check_bounds()
7102 if (ptr_reg->type == PTR_TO_STACK) { in adjust_ptr_min_max_vals()
10209 if (rold->type == PTR_TO_STACK) in regsafe()