Searched refs:MEM_PERCPU (Results 1 – 4 of 4) sorted by relevance
479 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()
5768 perm_flags |= MEM_PERCPU; in map_kptr_match_type()5897 ret |= MEM_PERCPU; in btf_ld_kptr_type()7176 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()7250 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()9153 PTR_TO_BTF_ID | MEM_PERCPU,9154 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,9155 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,9239 type &= ~MEM_PERCPU; in check_reg_type()9324 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_ALLOC: in check_reg_type()9336 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()[all …]
6878 info->reg_type |= MEM_PERCPU; in btf_ctx_access()7140 tmp_flag = MEM_PERCPU; in btf_struct_walk()
699 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator