Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp1717895ybn; Thu, 26 Sep 2019 00:48:32 -0700 (PDT) X-Google-Smtp-Source: APXvYqzxIT7h6QxVDPPGF42IVCeGXaYezKTljyBgVlKjhEqwJif7/k9DzCC+SKSTdFB8h/s44aDi X-Received: by 2002:a17:906:7048:: with SMTP id r8mr1861147ejj.101.1569484112767; Thu, 26 Sep 2019 00:48:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569484112; cv=none; d=google.com; s=arc-20160816; b=TWxUqE1bX3NcmvQahZ5Z3AKTgLQ+cvIJ161FxYJvOb1b8+5S0NVDiyUJ6iJx4NiUik 2462ZmTYubUI+PfhkUVZ2A2otOXVF8GZ3yXxyroXRgFn3TVK+/29xUupBKHfRJSAJKRc XRa4yR2l1zDCvkXkFMsb84HOndvAoU1cv9qwLTk1/wye8P4qdxfEDBYTQfXINq7ic1TS 83lEW5eXwGcNuaJTmQG5+vZLsjNrGwbJuiFanVsHrrT/JATVofK571PNswj30qV7udU0 RcMxoigT7K8xCxjcrq6fn2rIbRWElWgB6rJwc3d6M4DIE1F1mZJqMO/k9klT6b8YpErq F8vQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=GBLgJumteIn9DRJkp+gGtyuTQkOPNKSZTjyMyzo0Ai4=; b=IevFURg23ZmgRR+LE7lY9/8sxweEttRryIDfJYsa1ytbWZvXgJHElEVb8m04L5Y45Q 9uBJGx/EfUbBt2U260jy3pZsRPyZjKKUJy5DdGKXNIZK8y/Hoe+ybBE/tTxEEsCP+/9V /47Y/L+dHyv29z32Qas0C7R2zYoTHphM7FImjx0xo1tpcVfuDiMd4qhnnfHVI7m6eaDH AXeVxFKoflK5eFVD80dypxu3Yt+lAWDpuBZOvJLVEugS+xEUP9Kpx8Vra7BCfSEymYqu BM4Iyb5ngfzB+lMvcM6XHHzN2ik4xOIhyLUXED0zq+eVZgcxZaR0QiQPVGTTQ4C09XSx oC0A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id g40si866220edg.397.2019.09.26.00.48.09; Thu, 26 Sep 2019 00:48:32 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440739AbfIXKtH (ORCPT + 99 others); Tue, 24 Sep 2019 06:49:07 -0400 Received: from foss.arm.com ([217.140.110.172]:57366 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2438486AbfIXKtG (ORCPT ); Tue, 24 Sep 2019 06:49:06 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id DC5CF142F; Tue, 24 Sep 2019 03:49:05 -0700 (PDT) Received: from localhost (unknown [10.37.6.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5507B3F67D; Tue, 24 Sep 2019 03:49:05 -0700 (PDT) Date: Tue, 24 Sep 2019 11:49:03 +0100 From: Andrew Murray To: Marc Zyngier Cc: kvmarm@lists.cs.columbia.edu, linux-kernel@vger.kernel.org, Eric Auger , James Morse , Julien Thierry , Suzuki K Poulose , Thomas Gleixner , Jason Cooper , Lorenzo Pieralisi Subject: Re: [PATCH 05/35] irqchip/gic-v3: Add GICv4.1 VPEID size discovery Message-ID: <20190924104903.GO9720@e119886-lin.cambridge.arm.com> References: <20190923182606.32100-1-maz@kernel.org> <20190923182606.32100-6-maz@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190923182606.32100-6-maz@kernel.org> User-Agent: Mutt/1.10.1+81 (426a6c1) (2018-08-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 23, 2019 at 07:25:36PM +0100, Marc Zyngier wrote: > While GICv4.0 mandates 16 bit worth of VPEIDs, GICv4.1 allows smaller s/VPEIDs/vPEIDs/ > implementations to be built. Add the required glue to dynamically > compute the limit. > > Signed-off-by: Marc Zyngier > --- > drivers/irqchip/irq-gic-v3-its.c | 11 ++++++++++- > drivers/irqchip/irq-gic-v3.c | 3 +++ > include/linux/irqchip/arm-gic-v3.h | 5 +++++ > 3 files changed, 18 insertions(+), 1 deletion(-) > > diff --git a/drivers/irqchip/irq-gic-v3-its.c b/drivers/irqchip/irq-gic-v3-its.c > index c94eb287393b..17b77a0b9d97 100644 > --- a/drivers/irqchip/irq-gic-v3-its.c > +++ b/drivers/irqchip/irq-gic-v3-its.c > @@ -119,7 +119,16 @@ struct its_node { > #define ITS_ITT_ALIGN SZ_256 > > /* The maximum number of VPEID bits supported by VLPI commands */ > -#define ITS_MAX_VPEID_BITS (16) > +#define ITS_MAX_VPEID_BITS \ > + ({ \ > + int nvpeid = 16; \ > + if (gic_rdists->has_rvpeid && \ We use rvpeid as a way of determining if this is a GICv4.1, are there any other means of determining this? If we use it in this way, is there any benefit to having a has_gicv4_1 type of flag instead? Also for 'insane' configurations we set has_rvpeid to false, thus preventing this feature. Does it make sense to do that? GICD_TYPER2 is reserved in GICv4, however I understand this reads as RES0, can we just rely on that instead? (We read it below anyway). > + gic_rdists->gicd_typer2 & GICD_TYPER2_VIL) \ > + nvpeid = 1 + (gic_rdists->gicd_typer2 & \ > + GICD_TYPER2_VID); \ > + \ > + nvpeid; \ > + }) > #define ITS_MAX_VPEID (1 << (ITS_MAX_VPEID_BITS)) > > /* Convert page order to size in bytes */ > diff --git a/drivers/irqchip/irq-gic-v3.c b/drivers/irqchip/irq-gic-v3.c > index 0b545e2c3498..fb6360161d6c 100644 > --- a/drivers/irqchip/irq-gic-v3.c > +++ b/drivers/irqchip/irq-gic-v3.c > @@ -1556,6 +1556,9 @@ static int __init gic_init_bases(void __iomem *dist_base, > > pr_info("%d SPIs implemented\n", GIC_LINE_NR - 32); > pr_info("%d Extended SPIs implemented\n", GIC_ESPI_NR); > + > + gic_data.rdists.gicd_typer2 = readl_relaxed(gic_data.dist_base + GICD_TYPER2); > + > gic_data.domain = irq_domain_create_tree(handle, &gic_irq_domain_ops, > &gic_data); > irq_domain_update_bus_token(gic_data.domain, DOMAIN_BUS_WIRED); > diff --git a/include/linux/irqchip/arm-gic-v3.h b/include/linux/irqchip/arm-gic-v3.h > index b34e0c113697..71730b9def0c 100644 > --- a/include/linux/irqchip/arm-gic-v3.h > +++ b/include/linux/irqchip/arm-gic-v3.h > @@ -13,6 +13,7 @@ > #define GICD_CTLR 0x0000 > #define GICD_TYPER 0x0004 > #define GICD_IIDR 0x0008 > +#define GICD_TYPER2 0x000C > #define GICD_STATUSR 0x0010 > #define GICD_SETSPI_NSR 0x0040 > #define GICD_CLRSPI_NSR 0x0048 > @@ -89,6 +90,9 @@ > #define GICD_TYPER_ESPIS(typer) \ > (((typer) & GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0) > > +#define GICD_TYPER2_VIL (1U << 7) > +#define GICD_TYPER2_VID GENMASK(4, 0) Given that the 4th bit is reserved for future expansion and values greater than 0xF are reserved, is there value in changing this to GENMASK(3, 0)? > + > #define GICD_IROUTER_SPI_MODE_ONE (0U << 31) > #define GICD_IROUTER_SPI_MODE_ANY (1U << 31) > > @@ -613,6 +617,7 @@ struct rdists { > void *prop_table_va; > u64 flags; > u32 gicd_typer; > + u32 gicd_typer2; > bool has_vlpis; > bool has_rvpeid; > bool has_direct_lpi; > -- > 2.20.1 >