From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v2 5/9] arm64: KVM: use separate tables for AArch32 32 and 64bit traps Date: Sun, 25 May 2014 16:35:08 +0100 Message-ID: <20140525153508.GF3866@lvm> References: <1400604945-25247-1-git-send-email-marc.zyngier@arm.com> <1400604945-25247-6-git-send-email-marc.zyngier@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org, Will Deacon , Catalin Marinas , Ian Campbell , Anup Patel , Peter Maydell To: Marc Zyngier Return-path: Received: from mail-la0-f54.google.com ([209.85.215.54]:57250 "EHLO mail-la0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751472AbaEYPfN (ORCPT ); Sun, 25 May 2014 11:35:13 -0400 Received: by mail-la0-f54.google.com with SMTP id pv20so5311144lab.27 for ; Sun, 25 May 2014 08:35:11 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1400604945-25247-6-git-send-email-marc.zyngier@arm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Tue, May 20, 2014 at 05:55:41PM +0100, Marc Zyngier wrote: > An interesting "feature" of the CP14 encoding is that there is > an overlap between 32 and 64bit registers, meaning they cannot > live in the same table as we did for CP15. > > Create separate tables for 64bit CP14 and CP15 registers, and > let the top level handler use the right one. > > Reviewed-by: Anup Patel > Signed-off-by: Marc Zyngier Reviewed-by: Christoffer Dall