Home
last modified time | relevance | path

Searched refs:PTR_TO_MAP_VALUE (Results 1 – 6 of 6) sorted by relevance

/linux/kernel/bpf/
H A Dverifier.c367 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 …]
H A Dlog.c407 [PTR_TO_MAP_VALUE] = "map_value", in reg_type_str()
H A Ddiagnostics.c940 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()
H A Dstates.c608 case PTR_TO_MAP_VALUE: in regsafe()
/linux/include/linux/
H A Dbpf_verifier.h1399 case PTR_TO_MAP_VALUE: in type_is_map_ptr()
H A Dbpf.h1054 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator
1086 PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | PTR_TO_MAP_VALUE,