Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c444 type == PTR_TO_MAP_KEY || in reg_type_not_null()
579 [PTR_TO_MAP_KEY] = "map_key",
651 t == PTR_TO_MAP_KEY || in print_verifier_state()
2587 case PTR_TO_MAP_KEY: in is_spillable_regtype()
3166 case PTR_TO_MAP_KEY: in __check_mem_access()
3584 case PTR_TO_MAP_KEY: in check_ptr_alignment()
4138 if (reg->type == PTR_TO_MAP_KEY) { in check_mem_access()
4566 case PTR_TO_MAP_KEY: in check_helper_mem_access()
4833 PTR_TO_MAP_KEY,
4865 PTR_TO_MAP_KEY,
[all …]
/Linux-v5.15/include/linux/
Dbpf.h459 PTR_TO_MAP_KEY, /* reg points to a map element key */ enumerator