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 8394711CA9 for ; Fri, 28 Jul 2023 14:14:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72730C433C8; Fri, 28 Jul 2023 14:14:00 +0000 (UTC) Date: Fri, 28 Jul 2023 15:13:57 +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 05/26] arm64: Add AT operation encodings Message-ID: References: <20230728082952.959212-1-maz@kernel.org> <20230728082952.959212-6-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-6-maz@kernel.org> On Fri, Jul 28, 2023 at 09:29:31AM +0100, Marc Zyngier wrote: > Add the encodings for the AT operation that are usable from NS. > > Reviewed-by: Eric Auger > Signed-off-by: Marc Zyngier Acked-by: Catalin Marinas