From patchwork Tue Feb 22 10:56:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michal Orzel X-Patchwork-Id: 12754903 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 lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 7167BC433F5 for ; Tue, 22 Feb 2022 10:56:35 +0000 (UTC) Received: from list by lists.xenproject.org with outflank-mailman.276653.472880 (Exim 4.92) (envelope-from ) id 1nMSqH-00017g-58; Tue, 22 Feb 2022 10:56:25 +0000 X-Outflank-Mailman: Message body and most headers restored to incoming version Received: by outflank-mailman (output) from mailman id 276653.472880; Tue, 22 Feb 2022 10:56:25 +0000 Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nMSqH-00017Z-0k; Tue, 22 Feb 2022 10:56:25 +0000 Received: by outflank-mailman (input) for mailman id 276653; Tue, 22 Feb 2022 10:56:24 +0000 Received: from se1-gles-sth1-in.inumbo.com ([159.253.27.254] helo=se1-gles-sth1.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1nMSqG-00017R-7X for xen-devel@lists.xenproject.org; Tue, 22 Feb 2022 10:56:24 +0000 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by se1-gles-sth1.inumbo.com (Halon) with ESMTP id 128ca1e9-93ce-11ec-8eb8-a37418f5ba1a; Tue, 22 Feb 2022 11:56:22 +0100 (CET) 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 0F465106F; Tue, 22 Feb 2022 02:56:22 -0800 (PST) Received: from e123311-lin.arm.com (unknown [10.57.3.116]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E8F113F70D; Tue, 22 Feb 2022 02:56:20 -0800 (PST) X-BeenThere: xen-devel@lists.xenproject.org List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Precedence: list Sender: "Xen-devel" X-Inumbo-ID: 128ca1e9-93ce-11ec-8eb8-a37418f5ba1a From: Michal Orzel To: xen-devel@lists.xenproject.org Cc: Stefano Stabellini , Julien Grall , Bertrand Marquis , Volodymyr Babchuk Subject: [PATCH v2 0/2] Rename psr_mode_is_{32bit/user} to regs_mode_is_{32bit/user} Date: Tue, 22 Feb 2022 11:56:11 +0100 Message-Id: <20220222105613.20668-1-michal.orzel@arm.com> X-Mailer: git-send-email 2.29.0 MIME-Version: 1.0 The request to rename psr_mode_is_32bit to regs_mode_is_32bit was make during a discussion [1]. Because psr_mode_is_user shares the same prototype, we should rename it as well to keep the naming consistent. [1] https://marc.info/?l=xen-devel&m=156457538423787&w=2 Michal Orzel (2): xen/arm: Rename psr_mode_is_32bit to regs_mode_is_32bit xen/arm: Rename psr_mode_is_user to regs_mode_is_user xen/arch/arm/arm64/vsysreg.c | 4 ++-- xen/arch/arm/include/asm/regs.h | 6 ++--- xen/arch/arm/traps.c | 42 ++++++++++++++++----------------- xen/arch/arm/vcpreg.c | 4 ++-- xen/arch/arm/vtimer.c | 2 +- 5 files changed, 29 insertions(+), 29 deletions(-)