Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c464 [PTR_TO_MAP_KEY] = "map_key", in reg_type_str()
666 case PTR_TO_MAP_KEY: in type_is_map_ptr()
H A Dverifier.c400 type == PTR_TO_MAP_KEY || in reg_not_null()
4485 case PTR_TO_MAP_KEY: in is_spillable_regtype()
5221 case PTR_TO_MAP_KEY: in __check_mem_access()
5953 case PTR_TO_MAP_KEY: in check_ptr_alignment()
6924 if (reg->type == PTR_TO_MAP_KEY) { in check_mem_access()
7443 case PTR_TO_MAP_KEY: in check_helper_mem_access()
8361 PTR_TO_MAP_KEY,
8642 case PTR_TO_MAP_KEY: in check_func_arg_reg_off()
9850 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in map_set_for_each_callback_args()
9942 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in set_timer_callback_state()
[all …]
/linux/include/linux/
H A Dbpf.h888 PTR_TO_MAP_KEY, /* reg points to a map element key */ enumerator