Searched refs:PTR_TO_STACK (Results 1 – 6 of 6) sorted by relevance
130 if (reg->type != PTR_TO_STACK) { in nfp_bpf_stack_arg_ok()236 NFP_BPF_STACK != PTR_TO_STACK || in nfp_bpf_check_helper_call()264 reg1->type != PTR_TO_STACK && in nfp_bpf_check_helper_call()272 if (reg1->type == PTR_TO_STACK && in nfp_bpf_check_helper_call()458 reg->type != PTR_TO_STACK && in nfp_bpf_check_ptr()465 if (reg->type == PTR_TO_STACK) { in nfp_bpf_check_ptr()
2876 if (meta->ptr.type == PTR_TO_STACK) in mem_ldx()2987 if (meta->ptr.type == PTR_TO_STACK) in mem_stx()
449 [PTR_TO_STACK] = "fp", in reg_type_str()699 if (t == PTR_TO_STACK) { in print_reg_state()
4852 case PTR_TO_STACK: in is_spillable_regtype()6389 case PTR_TO_STACK: in check_ptr_alignment()8093 case PTR_TO_STACK: in check_helper_mem_access()9021 PTR_TO_STACK,9071 PTR_TO_STACK,9302 case PTR_TO_STACK: in check_func_arg_reg_off()9468 if (key->type != PTR_TO_STACK) in get_constant_map_key()13972 case PTR_TO_STACK: in retrieve_ptr_limit()14257 case PTR_TO_STACK: in sanitize_check_bounds()14333 case PTR_TO_STACK: in adjust_ptr_min_max_vals()[all …]
48 are PTR_TO_CTX, PTR_TO_MAP, PTR_TO_STACK. They are bounds and alignment checked.71 If R6=PTR_TO_STACK, then access should be aligned and be within85 Though R10 is correct read-only register and has type PTR_TO_STACK134 PTR_TO_STACK
924 PTR_TO_STACK, /* reg == frame_pointer + offset */ enumerator