Searched refs:MEM_PERCPU (Results 1 – 3 of 3) sorted by relevance
646 type & MEM_PERCPU ? "percpu_" : "", in reg_type_str()6440 if (reg->type & MEM_PERCPU) { in check_ptr_to_btf_access()6514 } else if (flag & (MEM_PERCPU | MEM_USER)) { in check_ptr_to_btf_access()8101 PTR_TO_BTF_ID | MEM_PERCPU,8102 PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED,8272 case PTR_TO_BTF_ID | MEM_PERCPU: in check_reg_type()8273 case PTR_TO_BTF_ID | MEM_PERCPU | PTR_TRUSTED: in check_reg_type()17439 aux->btf_var.reg_type = PTR_TO_BTF_ID | MEM_PERCPU; in check_pseudo_btf_id()
6105 info->reg_type |= MEM_PERCPU; in btf_ctx_access()6356 tmp_flag = MEM_PERCPU; in btf_struct_walk()
606 MEM_PERCPU = BIT(4 + BPF_BASE_TYPE_BITS), enumerator