From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 65870C433EF for ; Fri, 20 May 2022 15:23:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8Qm2jPugic1S37lMlErhu2oFXFqS74c/9D75Dn2XVJ8=; b=38nv/Dr7JtB/sz H3jX7Q3z3XKzIfZiZ4CEHo5lopGdRxjU4h9bSpSxqT/JOBEfnHpLg6yDtplnnrgZNXen8SQFKq8nc NeZo6zLmpfdaW+NsQqufR7qkMbxvHjVYgCzmi2OvZGcwWWHk5rtn2R/gCMpME/DycRAeKisaDJoou Wx8WbHZBlklUXAup0wGm0+/ZB3Jlo2jch/dQ8hkOwDxU1MI+hb+6ilWowxxUM35i4QY9NMfjXRGWv h4fjWUmWIaw91R8dVpb+MoA8RCP4rkzSZPjfSs4Eji6G2GSUQmpP+VyYJAho18vBiHxxZ5YOJsXbC 3fvP002IrNBdPPtY9apw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ns4So-00D9W0-7U; Fri, 20 May 2022 15:22:50 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ns4Sk-00D9Uw-Jz for linux-arm-kernel@lists.infradead.org; Fri, 20 May 2022 15:22:48 +0000 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 96D5C1477; Fri, 20 May 2022 08:22:45 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.7.188]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A542C3F73D; Fri, 20 May 2022 08:22:44 -0700 (PDT) Date: Fri, 20 May 2022 16:22:40 +0100 From: Mark Rutland To: Mark Brown Cc: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1 7/9] arm64/sysreg: Generate definitions for DACR32_EL2 Message-ID: References: <20220517182219.2171814-1-broonie@kernel.org> <20220517182219.2171814-8-broonie@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220517182219.2171814-8-broonie@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220520_082246_737249_EBBCB3E7 X-CRM114-Status: GOOD ( 12.80 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, May 17, 2022 at 07:22:17PM +0100, Mark Brown wrote: > Convert DACR32_EL2 to automatic register generation as per DDI0487H.a, no > functional change. > > Signed-off-by: Mark Brown > --- > arch/arm64/include/asm/sysreg.h | 1 - > arch/arm64/tools/sysreg | 20 ++++++++++++++++++++ > 2 files changed, 20 insertions(+), 1 deletion(-) > > diff --git a/arch/arm64/include/asm/sysreg.h b/arch/arm64/include/asm/sysreg.h > index c77e2310d189..e8e9040227f6 100644 > --- a/arch/arm64/include/asm/sysreg.h > +++ b/arch/arm64/include/asm/sysreg.h > @@ -552,7 +552,6 @@ > #define SYS_HFGITR_EL2 sys_reg(3, 4, 1, 1, 6) > #define SYS_TRFCR_EL2 sys_reg(3, 4, 1, 2, 1) > #define SYS_HCRX_EL2 sys_reg(3, 4, 1, 2, 2) > -#define SYS_DACR32_EL2 sys_reg(3, 4, 3, 0, 0) > #define SYS_HDFGRTR_EL2 sys_reg(3, 4, 3, 1, 4) > #define SYS_HDFGWTR_EL2 sys_reg(3, 4, 3, 1, 5) > #define SYS_HAFGRTR_EL2 sys_reg(3, 4, 3, 1, 6) > diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg > index 3971e1fb6af4..543ba10f3dac 100644 > --- a/arch/arm64/tools/sysreg > +++ b/arch/arm64/tools/sysreg > @@ -325,6 +325,26 @@ Sysreg SMCR_EL2 3 4 1 2 6 > Fields SMCR_ELx > EndSysreg > > +Sysreg DACR32_EL2 3 4 3 0 0 > +Res0 63:32 > +Field 31:30 D15 > +Field 29:28 D14 > +Field 27:26 D13 > +Field 25:24 D12 > +Field 23:22 D11 > +Field 21:20 D10 > +Field 19:18 D9 > +Field 17:16 D8 > +Field 15:14 D7 > +Field 13:12 D6 > +Field 11:10 D5 > +Field 9:8 D4 > +Field 7:6 D3 > +Field 5:4 D2 > +Field 3:2 D1 > +Field 1:0 D0 > +EndSysreg These all look correct to me per ARM DDI 0487H.a pages D13-5338 to D13-5339: Reviewed-by: Mark Rutland Mark. > + > Sysreg CONTEXTIDR_EL2 3 4 13 0 1 > Fields CONTEXTIDR_ELx > EndSysreg > -- > 2.30.2 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel