Searched refs:MEM_PERCPU (Results 1 – 4 of 4) sorted by relevance
479 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()
5355 perm_flags |= MEM_PERCPU; in map_kptr_match_type()5480 ret |= MEM_PERCPU; in btf_ld_kptr_type()6635 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()8391 PTR_TO_BTF_ID | MEM_PERCPU,8392 PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU,8393 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,8477 type &= ~MEM_PERCPU; in check_reg_type()8574 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()8575 case PTR_TO_BTF_ID | MEM_PERCPU | MEM_RCU: in check_reg_type()10846 regs[BPF_REG_0].type |= MEM_PERCPU; in check_helper_call()[all …]
6597 info->reg_type |= MEM_PERCPU; in btf_ctx_access()6849 tmp_flag = MEM_PERCPU; in btf_struct_walk()
625 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator