From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DDBB511CA9 for ; Fri, 28 Jul 2023 14:14:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB8D3C433C7; Fri, 28 Jul 2023 14:14:25 +0000 (UTC) Date: Fri, 28 Jul 2023 15:14:21 +0100 From: Catalin Marinas To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Eric Auger , Mark Brown , Mark Rutland , Will Deacon , Alexandru Elisei , Andre Przywara , Chase Conklin , Ganapatrao Kulkarni , Darren Hart , Miguel Luis , James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu Subject: Re: [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2 Message-ID: References: <20230728082952.959212-1-maz@kernel.org> <20230728082952.959212-7-maz@kernel.org> Precedence: bulk X-Mailing-List: kvmarm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230728082952.959212-7-maz@kernel.org> On Fri, Jul 28, 2023 at 09:29:32AM +0100, Marc Zyngier wrote: > The HDFGxTR_EL2 registers trap a (huge) set of debug and trace > related registers. Add their encodings (and only that, because > we really don't care about what these registers actually do at > this stage). > > Signed-off-by: Marc Zyngier Acked-by: Catalin Marinas 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 601A2C001DE for ; Fri, 28 Jul 2023 14:14:55 +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=/xbxMQTGDk4KBn48oA6bTafo/pw6tjnbtzVVhtdSqbU=; b=WCuY2DkYZlEU6T 5dGTBmuc3XfRy1iEaJ2YsWko5GOGWnWrkmC131iWy/uwrNI/U4YU5i9QL9UA/QU7KaJoiZtzO8sEy 5mjjMnYLOAbmuj1hw5MUE5htf1e3Q/2pv5JYNzlFVTxuh/psmr+o4yi1tfO5zknmSEok0Y5McNir1 4biiYV5MlByx596qO/u2CKDPpddlwEoX+l79kjt2Kv9LRs+wwpQddWvoDMG+xNBomDD5kBSoIQpUE 9svk6DsHoSypF3kd+HZzYtjaGwmeSbJa1/XWZbxtwriNz0mOit1lyZA4VD1vtY4Jug5Z6KdsVxgur Bfp0d1de7SKaZtcD+hoQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qPOEl-003ge0-0P; Fri, 28 Jul 2023 14:14:35 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qPOEi-003gdJ-04 for linux-arm-kernel@lists.infradead.org; Fri, 28 Jul 2023 14:14:33 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 524C76214F; Fri, 28 Jul 2023 14:14:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CB8D3C433C7; Fri, 28 Jul 2023 14:14:25 +0000 (UTC) Date: Fri, 28 Jul 2023 15:14:21 +0100 From: Catalin Marinas To: Marc Zyngier Cc: kvmarm@lists.linux.dev, kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Eric Auger , Mark Brown , Mark Rutland , Will Deacon , Alexandru Elisei , Andre Przywara , Chase Conklin , Ganapatrao Kulkarni , Darren Hart , Miguel Luis , James Morse , Suzuki K Poulose , Oliver Upton , Zenghui Yu Subject: Re: [PATCH v2 06/26] arm64: Add debug registers affected by HDFGxTR_EL2 Message-ID: References: <20230728082952.959212-1-maz@kernel.org> <20230728082952.959212-7-maz@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230728082952.959212-7-maz@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230728_071432_106420_85E4AF10 X-CRM114-Status: GOOD ( 10.55 ) 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 Fri, Jul 28, 2023 at 09:29:32AM +0100, Marc Zyngier wrote: > The HDFGxTR_EL2 registers trap a (huge) set of debug and trace > related registers. Add their encodings (and only that, because > we really don't care about what these registers actually do at > this stage). > > Signed-off-by: Marc Zyngier Acked-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel