Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dlog.c424 [PTR_TO_MAP_KEY] = "map_key", in reg_type_str()
H A Dstates.c607 case PTR_TO_MAP_KEY: in regsafe()
H A Dverifier.c368 type == PTR_TO_MAP_KEY || in reg_not_null()
4324 case PTR_TO_MAP_KEY: in __check_mem_access()
5227 case PTR_TO_MAP_KEY: in check_ptr_alignment()
6396 if (reg->type == PTR_TO_MAP_KEY) { in check_mem_access()
7017 case PTR_TO_MAP_KEY: in check_helper_mem_access()
8153 PTR_TO_MAP_KEY,
8515 case PTR_TO_MAP_KEY: in __check_func_arg_reg_off()
10030 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in map_set_for_each_callback_args()
10126 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in set_timer_callback_state()
10244 callee->regs[BPF_REG_2].type = PTR_TO_MAP_KEY; in set_task_work_schedule_callback_state()
[all …]
/linux/include/linux/
H A Dbpf_verifier.h1398 case PTR_TO_MAP_KEY: in type_is_map_ptr()
H A Dbpf.h1055 PTR_TO_MAP_KEY, /* reg points to a map element key */ enumerator