Received: by 2002:a05:6358:11c7:b0:104:8066:f915 with SMTP id i7csp2151083rwl; Thu, 13 Apr 2023 02:17:25 -0700 (PDT) X-Google-Smtp-Source: AKy350aLD31v9neTiuSpyBi/9XTWn+3BbVFc8p+wQUQr33enDGEx4pwk0CVcMsUKlUyecZvbPzgN X-Received: by 2002:a17:902:c945:b0:1a6:87d8:b8fb with SMTP id i5-20020a170902c94500b001a687d8b8fbmr1350705pla.2.1681377445202; Thu, 13 Apr 2023 02:17:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1681377445; cv=none; d=google.com; s=arc-20160816; b=D8g4Lh70DEJGh1ajTU+4edTZJSPGFk9e7WQj/DAVeQQj/DKyvN5KNqy8rJI14jTkgp iV3siUlX5qbiyfukCl4q2U5qYVxTjUXGFi/GMSfNJE+Nj5+ERco9wzrZB2zXhPJJbp6c rJOTtFXDoJnvfUMHxcM2qAks6Z+cp4Q0UOasAVfuhWDpBFdR5RcQGFmFFmqNy5AdyzjT R/Y9dTizZou3uNLkWQ2/9Xgfdq0HC4H546ZO2Sq4McxRkR+n199NI4ad4hdHx0sFk9o/ t+tEJJL7oEDq9LhYCPncD+oYPA0CFEaA3vNQV+O689MQEelslj6uXyURzVLmjeN1QkJ6 ihZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=yfP2893IzF+qFye4yUYKzcpknUPULAMP55atpYFXb3M=; b=MQ6U0eWrIT57HwCINQUygJGkThKOKD5A0aYB+q8K+0UfeSV+yyMV63uriwAhB53EnO PpL4bW11P+AFy5NgKotfAEluL8JXo0Hu/84eV09JF+q8fVx5KaBEwL4upZBrTZFeaosK SAFvGT6G/HBFBZA6B3/UJ2sZP8lB+j66l9bFj4zEV+08wI6732WCpnU0SPg5ZbtpPBjP 12cbO95w+1M46pGRuPMpYaPrtmrHHGYhN2oNSlZbaU3Gsx0r8J997Bhfsx0GR7V+gLZh wBHApzzecLfkPvv2mNHlHHJPrtaO496QA02/g62HWYkeGIuBYQC+HBAhI3hmuiXvzbKe wh/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id e20-20020a635454000000b0050f83a9e61fsi1588693pgm.278.2023.04.13.02.17.14; Thu, 13 Apr 2023 02:17:25 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230265AbjDMJPf (ORCPT + 99 others); Thu, 13 Apr 2023 05:15:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39418 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230242AbjDMJP2 (ORCPT ); Thu, 13 Apr 2023 05:15:28 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id F2C2B6EB7 for ; Thu, 13 Apr 2023 02:15:13 -0700 (PDT) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E3623D75; Thu, 13 Apr 2023 02:15:57 -0700 (PDT) Received: from pierre123.nice.arm.com (pierre123.nice.arm.com [10.34.100.129]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id C75883F6C4; Thu, 13 Apr 2023 02:15:11 -0700 (PDT) From: Pierre Gondois To: linux-kernel@vger.kernel.org Cc: Radu Rendec , Alexandre Ghiti , Conor Dooley , Will Deacon , Pierre Gondois , Sudeep Holla , Greg Kroah-Hartman , "Rafael J. Wysocki" , Palmer Dabbelt , Gavin Shan Subject: [PATCH v3 4/4] cacheinfo: Add use_arch[|_cache]_info field/function Date: Thu, 13 Apr 2023 11:14:34 +0200 Message-Id: <20230413091436.230134-5-pierre.gondois@arm.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20230413091436.230134-1-pierre.gondois@arm.com> References: <20230413091436.230134-1-pierre.gondois@arm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_NONE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The cache information can be extracted from either a Device Tree (DT), the PPTT ACPI table, or arch registers (clidr_el1 for arm64). The clidr_el1 register is used only if DT/ACPI information is not available. It does not states how caches are shared among CPUs. Add a use_arch_cache_info field/function to identify when the DT/ACPI doesn't provide cache information. Use this information to assume L1 caches are privates and L2 and higher are shared among all CPUs. Signed-off-by: Pierre Gondois --- drivers/base/cacheinfo.c | 13 ++++++++++++- include/linux/cacheinfo.h | 10 ++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/drivers/base/cacheinfo.c b/drivers/base/cacheinfo.c index 06de9a468958..49dbb4357911 100644 --- a/drivers/base/cacheinfo.c +++ b/drivers/base/cacheinfo.c @@ -40,7 +40,8 @@ static inline bool cache_leaves_are_shared(struct cacheinfo *this_leaf, * For non DT/ACPI systems, assume unique level 1 caches, * system-wide shared caches for all other levels. */ - if (!(IS_ENABLED(CONFIG_OF) || IS_ENABLED(CONFIG_ACPI))) + if (!(IS_ENABLED(CONFIG_OF) || IS_ENABLED(CONFIG_ACPI)) || + this_leaf->use_arch_info) return (this_leaf->level != 1) && (sib_leaf->level != 1); if ((sib_leaf->attributes & CACHE_ID) && @@ -349,6 +350,7 @@ static int cache_shared_cpu_map_setup(unsigned int cpu) struct cpu_cacheinfo *this_cpu_ci = get_cpu_cacheinfo(cpu); struct cacheinfo *this_leaf, *sib_leaf; unsigned int index, sib_index; + bool use_arch_info = false; int ret = 0; if (this_cpu_ci->cpu_map_populated) @@ -361,6 +363,12 @@ static int cache_shared_cpu_map_setup(unsigned int cpu) */ if (!last_level_cache_is_valid(cpu)) { ret = cache_setup_properties(cpu); + if (ret && use_arch_cache_info()) { + // Possibility to rely on arch specific information. + use_arch_info = true; + ret = 0; + } + if (ret) return ret; } @@ -370,6 +378,9 @@ static int cache_shared_cpu_map_setup(unsigned int cpu) this_leaf = per_cpu_cacheinfo_idx(cpu, index); + if (use_arch_info) + this_leaf->use_arch_info = true; + cpumask_set_cpu(cpu, &this_leaf->shared_cpu_map); for_each_online_cpu(i) { struct cpu_cacheinfo *sib_cpu_ci = get_cpu_cacheinfo(i); diff --git a/include/linux/cacheinfo.h b/include/linux/cacheinfo.h index 908e19d17f49..fed675b251a2 100644 --- a/include/linux/cacheinfo.h +++ b/include/linux/cacheinfo.h @@ -66,6 +66,7 @@ struct cacheinfo { #define CACHE_ALLOCATE_POLICY_MASK \ (CACHE_READ_ALLOCATE | CACHE_WRITE_ALLOCATE) #define CACHE_ID BIT(4) + bool use_arch_info; void *fw_token; bool disable_sysfs; void *priv; @@ -129,4 +130,13 @@ static inline int get_cpu_cacheinfo_id(int cpu, int level) return -1; } +static inline bool use_arch_cache_info(void) +{ +#if defined(CONFIG_ARM64) + return true; +#else + return false; +#endif +} + #endif /* _LINUX_CACHEINFO_H */ -- 2.25.1