From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Mon, 1 Oct 2018 13:05:21 +0100 Subject: [PATCH v6 04/18] arm64: Add a helper for PARange to physical shift conversion In-Reply-To: <20180926163258.20218-5-suzuki.poulose@arm.com> References: <20180926163258.20218-1-suzuki.poulose@arm.com> <20180926163258.20218-5-suzuki.poulose@arm.com> Message-ID: <20181001120520.GA25071@arrakis.emea.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Sep 26, 2018 at 05:32:40PM +0100, Suzuki K. Poulose wrote: > On arm64, ID_AA64MMFR0_EL1.PARange encodes the maximum Physical > Address range supported by the CPU. Add a helper to decode this > to actual physical shift. If we hit an unallocated value, return > the maximum range supported by the kernel. > This will be used by KVM to set the VTCR_EL2.T0SZ, as it > is about to move its place. Having this helper keeps the code > movement cleaner. > > Cc: Catalin Marinas > Cc: Marc Zyngier > Cc: James Morse > Cc: Christoffer Dall > Reviewed-by: Eric Auger > Signed-off-by: Suzuki K Poulose Acked-by: Catalin Marinas