Searched refs:MEM_PERCPU (Results 1 – 3 of 3) sorted by relevance
646 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()6416 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()6488 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()8089 PTR_TO_BTF_ID | MEM_PERCPU,8090 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,8262 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()8263 case PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED: in check_reg_type()17406 aux->btf_var.reg_type = PTR_TO_BTF_ID | MEM_PERCPU; in check_pseudo_btf_id()
6099 info->reg_type |= MEM_PERCPU; in btf_ctx_access()6350 tmp_flag = MEM_PERCPU; in btf_struct_walk()
603 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator