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 D8281C761AF for ; Mon, 27 Mar 2023 13:20: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=cPIKpE2BGwoSKplueSqTTOkQaiYguC1NswLd03C2gJg=; b=xr2gueeho8rwd5 RtT9k5g+aMpcL/kG1gju6Pa9kZc9pJGWxupzzhhvLyyrXnxlnrLyhndGS9/NXToXC5cgdFeJMMcIs BVqSlIMbl13vKYlNAgSpC16KlfY2sXUnAWYPQtBk6EZ2iCfVf0K9Exj8Xo5AcB9D6BFOh09u7SemK RcpAy18Alzy89GcuDRBkQVUZTINneaeyD/RMWz1WkqZO8dF/dYQweNe1FigFYR8A5bAaxxNjFGaGN wpFQj2buo2OBSWJ1tWsuOEtJguKXJDdh9rpx2K7/k8YVW1Xd4ooMuqkgGj4FUIbQ1t3wRTr2ewVAh VF2iy32w1whOgE6A56CA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgmlK-00B5cr-2M; Mon, 27 Mar 2023 13:19:50 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pgmlA-00B5aq-2q for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2023 13:19:42 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7BE31B8136B; Mon, 27 Mar 2023 13:19:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AEACC433A7; Mon, 27 Mar 2023 13:19:36 +0000 (UTC) Date: Mon, 27 Mar 2023 14:19:33 +0100 From: Catalin Marinas To: Joey Gouly Cc: linux-arm-kernel@lists.infradead.org, nd@arm.com, broonie@kernel.org, james.morse@arm.com, mark.rutland@arm.com, maz@kernel.org, oliver.upton@linux.dev, suzuki.poulose@arm.com, will@kernel.org, yuzenghui@huawei.com Subject: Re: [PATCH v1 09/18] KVM: arm64: Save/restore TCR2_EL1 Message-ID: References: <20230309145246.22787-1-joey.gouly@arm.com> <20230309145246.22787-10-joey.gouly@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230309145246.22787-10-joey.gouly@arm.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230327_061941_069241_D3A62946 X-CRM114-Status: UNSURE ( 9.12 ) X-CRM114-Notice: Please train this message. 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 Thu, Mar 09, 2023 at 02:52:37PM +0000, Joey Gouly wrote: > Define the new system register TCR2_EL1 and context switch it. > > Signed-off-by: Joey Gouly > Cc: Marc Zyngier > Cc: Oliver Upton > Cc: James Morse > Cc: Suzuki K Poulose > Cc: Zenghui Yu > Cc: Catalin Marinas > Cc: Will Deacon Reviewed-by: Catalin Marinas _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel