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()
667 case PTR_TO_MAP_KEY: in type_is_map_ptr()
H A Dverifier.c404 type == PTR_TO_MAP_KEY || in reg_not_null()
4740 case PTR_TO_MAP_KEY: in is_spillable_regtype()
5477 case PTR_TO_MAP_KEY: in __check_mem_access()
6240 case PTR_TO_MAP_KEY: in check_ptr_alignment()
7290 if (reg->type == PTR_TO_MAP_KEY) { in check_mem_access()
7799 case PTR_TO_MAP_KEY: in check_helper_mem_access()
8727 PTR_TO_MAP_KEY,
9008 case PTR_TO_MAP_KEY: in check_func_arg_reg_off()
10315 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in map_set_for_each_callback_args()
10407 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in set_timer_callback_state()
[all …]
/linux/include/linux/
H A Dbpf.h913 PTR_TO_MAP_KEY, /* reg points to a map element key */ enumerator