Searched refs:MEM_PERCPU (Results 1 – 4 of 4) sorted by relevance
479 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()
5738 perm_flags |= MEM_PERCPU; in map_kptr_match_type()5867 ret |= MEM_PERCPU; in btf_ld_kptr_type()7144 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()9054 PTR_TO_BTF_ID | MEM_PERCPU,9055 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,9056 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,9140 type &= ~MEM_PERCPU; in check_reg_type()9237 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()9238 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU: in check_reg_type()11663 regs[BPF_REG_0].type |= MEM_PERCPU; in check_helper_call()[all …]
6874 info->reg_type |= MEM_PERCPU; in btf_ctx_access()7135 tmp_flag = MEM_PERCPU; in btf_struct_walk()
660 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator