Searched refs:PTR_TO_MAP_VALUE (Results 1 – 6 of 6) sorted by relevance
367 type == PTR_TO_MAP_VALUE || in reg_not_null()380 if (reg->type == PTR_TO_MAP_VALUE) { in reg_btf_record()4328 case PTR_TO_MAP_VALUE: in __check_mem_access()5230 case PTR_TO_MAP_VALUE: in check_ptr_alignment()6409 } else if (reg->type == PTR_TO_MAP_VALUE) { in check_mem_access()7025 case PTR_TO_MAP_VALUE: in check_helper_mem_access()7319 if (reg->type == PTR_TO_MAP_VALUE) { in process_spin_lock()8154 PTR_TO_MAP_VALUE,8165 PTR_TO_MAP_VALUE,8191 static const struct bpf_reg_types const_str_ptr_types = { .types = { PTR_TO_MAP_VALUE } };[all …]
407 [PTR_TO_MAP_VALUE] = "map_value", in reg_type_str()
940 case PTR_TO_MAP_VALUE: in bpf_diag_reg_type_plain()2129 if (base_type(snapshot->type) == PTR_TO_MAP_VALUE) { in diag_reg_snapshot()
608 case PTR_TO_MAP_VALUE: in regsafe()
1399 case PTR_TO_MAP_VALUE: in type_is_map_ptr()
1054 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator1086 PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | PTR_TO_MAP_VALUE,