Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Dverifier.c460 type == PTR_TO_MAP_KEY || in reg_not_null()
631 [PTR_TO_MAP_KEY] = "map_key", in reg_type_str()
1406 base_type(t) == PTR_TO_MAP_KEY || in print_verifier_state()
4464 case PTR_TO_MAP_KEY: in is_spillable_regtype()
5113 case PTR_TO_MAP_KEY: in __check_mem_access()
5787 case PTR_TO_MAP_KEY: in check_ptr_alignment()
6684 if (reg->type == PTR_TO_MAP_KEY) { in check_mem_access()
7182 case PTR_TO_MAP_KEY: in check_helper_mem_access()
8049 PTR_TO_MAP_KEY,
8063 PTR_TO_MAP_KEY,
[all …]
/linux-6.6.21/include/linux/
Dbpf.h848 PTR_TO_MAP_KEY, /* reg points to a map element key */ enumerator