Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dlog.c464 [PTR_TO_MAP_KEY] = "map_key", in reg_type_str()
667 case PTR_TO_MAP_KEY: in type_is_map_ptr()
H A Dverifier.c404 type == PTR_TO_MAP_KEY || in reg_not_null()
4867 case PTR_TO_MAP_KEY: in is_spillable_regtype()
5604 case PTR_TO_MAP_KEY: in __check_mem_access()
6380 case PTR_TO_MAP_KEY: in check_ptr_alignment()
7430 if (reg->type == PTR_TO_MAP_KEY) { in check_mem_access()
8054 case PTR_TO_MAP_KEY: in check_helper_mem_access()
9024 PTR_TO_MAP_KEY,
9305 case PTR_TO_MAP_KEY: in check_func_arg_reg_off()
10607 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in map_set_for_each_callback_args()
14332 case PTR_TO_MAP_KEY: in adjust_ptr_min_max_vals()
[all …]
/linux-6.15/include/linux/
H A Dbpf.h923 PTR_TO_MAP_KEY, /* reg points to a map element key */ enumerator