Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c317 type == PTR_TO_MAP_VALUE || in reg_not_null()
330 if (reg->type == PTR_TO_MAP_VALUE) { in reg_btf_record()
1835 if (base_type(reg->type) == PTR_TO_MAP_VALUE) { in mark_ptr_not_null_reg()
1854 reg->type = PTR_TO_MAP_VALUE; in mark_ptr_not_null_reg()
3662 case PTR_TO_MAP_VALUE: in is_spillable_regtype()
4426 case PTR_TO_MAP_VALUE: in __check_mem_access()
5239 case PTR_TO_MAP_VALUE: in check_ptr_alignment()
6350 } else if (reg->type == PTR_TO_MAP_VALUE) { in check_mem_access()
6983 case PTR_TO_MAP_VALUE: in check_helper_mem_access()
7209 if (reg->type == PTR_TO_MAP_VALUE) { in process_spin_lock()
[all …]
/linux/include/linux/
H A Dbpf.h994 PTR_TO_MAP_VALUE, /* reg points to map element value */ enumerator
1026 PTR_TO_MAP_VALUE_OR_NULL = PTR_MAYBE_NULL | PTR_TO_MAP_VALUE,