Searched refs:CONST_PTR_TO_MAP (Results 1 – 4 of 4) sorted by relevance
447 [CONST_PTR_TO_MAP] = "map_ptr", in reg_type_str()666 case CONST_PTR_TO_MAP: in type_is_map_ptr()
2159 reg->type = CONST_PTR_TO_MAP; in mark_ptr_not_null_reg()4858 case CONST_PTR_TO_MAP: in is_spillable_regtype()6267 [CONST_PTR_TO_MAP] = btf_bpf_map_id,7616 } else if (reg->type == CONST_PTR_TO_MAP) { in check_mem_access()9044 static const struct bpf_reg_types const_map_ptr_types = { .types = { CONST_PTR_TO_MAP } };10695 callee->regs[BPF_REG_1].type = CONST_PTR_TO_MAP; in set_timer_callback_state()13229 ref_id = *reg2btf_ids[CONST_PTR_TO_MAP]; in check_kfunc_args()14347 case CONST_PTR_TO_MAP: in adjust_ptr_min_max_vals()16697 dst_reg->type = CONST_PTR_TO_MAP; in check_ld_imm()
124 CONST_PTR_TO_MAP
921 CONST_PTR_TO_MAP, /* reg points to struct bpf_map */ enumerator