Lines Matching refs:PTR_TO_STACK
390 [PTR_TO_STACK] = "fp",
452 if ((t == SCALAR_VALUE || t == PTR_TO_STACK) && in print_verifier_state()
1055 regs[BPF_REG_FP].type = PTR_TO_STACK; in init_reg_state()
1838 case PTR_TO_STACK: in is_spillable_regtype()
1933 if (state != cur && reg->type == PTR_TO_STACK) { in check_stack_write()
2549 case PTR_TO_STACK: in check_ptr_alignment()
2818 } else if (reg->type == PTR_TO_STACK) { in check_mem_access()
2970 if (reg->type != PTR_TO_STACK) { in check_stack_boundary()
2978 reg_type_str[PTR_TO_STACK]); in check_stack_boundary()
3259 expected_type = PTR_TO_STACK; in check_func_arg()
3313 expected_type = PTR_TO_STACK; in check_func_arg()
3327 expected_type = PTR_TO_STACK; in check_func_arg()
3834 if (r0->type == PTR_TO_STACK) { in prepare_func_exit()
4211 case PTR_TO_STACK: in retrieve_ptr_limit()
4471 if (ptr_reg->type == PTR_TO_STACK) { in adjust_ptr_min_max_vals()
4550 } else if (dst_reg->type == PTR_TO_STACK && in adjust_ptr_min_max_vals()
6824 if (rold->type == PTR_TO_STACK) in regsafe()