Lines Matching refs:PTR_TO_STACK
260 [PTR_TO_STACK] = "fp",
302 if ((t == SCALAR_VALUE || t == PTR_TO_STACK) && in print_verifier_state()
306 if (t == PTR_TO_STACK) in print_verifier_state()
738 regs[BPF_REG_FP].type = PTR_TO_STACK; in init_reg_state()
991 case PTR_TO_STACK: in is_spillable_regtype()
1044 if (state != cur && type == PTR_TO_STACK) { in check_stack_write()
1514 case PTR_TO_STACK: in check_ptr_alignment()
1736 } else if (reg->type == PTR_TO_STACK) { in check_mem_access()
1853 if (reg->type != PTR_TO_STACK) { in check_stack_boundary()
1861 reg_type_str[PTR_TO_STACK]); in check_stack_boundary()
1982 expected_type = PTR_TO_STACK; in check_func_arg()
2003 expected_type = PTR_TO_STACK; in check_func_arg()
2402 if (r0->type == PTR_TO_STACK) { in prepare_func_exit()
2812 if (ptr_reg->type == PTR_TO_STACK) { in adjust_ptr_min_max_vals()
4383 if (rold->type == PTR_TO_STACK) in regsafe()