Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c322 type == CONST_PTR_TO_MAP; in reg_not_null()
1840 reg->type = CONST_PTR_TO_MAP; in mark_ptr_not_null_reg()
3670 case CONST_PTR_TO_MAP: in is_spillable_regtype()
5124 [CONST_PTR_TO_MAP] = btf_bpf_map_id,
6538 } else if (reg->type == CONST_PTR_TO_MAP) { in check_mem_access()
7985 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };
9680 callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP; in set_timer_callback_state()
9794 callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP; in set_task_work_schedule_callback_state()
12407 ref_id = *reg2btf_ids[CONST_PTR_TO_MAP]; in check_kfunc_args()
13802 case CONST_PTR_TO_MAP: in adjust_ptr_min_max_vals()
[all …]
/linux/include/linux/
H A Dbpf.h993 CONST_PTR_TO_MAP, /* reg points to struct bpf_map */ enumerator