[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [XEN PATCH v8 14/22] xen/arm: move regpair_to_uint64() and uint64_to_regpair() to regs.h
- To: Jens Wiklander <jens.wiklander@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Henry Wang <Henry.Wang@xxxxxxx>
- Date: Thu, 13 Apr 2023 11:31:11 +0000
- Accept-language: zh-CN, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=agRwrRlllO1RgHAX9L5poJQYfyokSC1xSJJLk9b08DY=; b=ibV+hGLq9XrESRf4wJ3WduIE61j8QrCe5pfN/A4each+J9zPaQheNiVp3atHAmOON+bht5qTZhlJx5YiuVbuuqffCcCwQn7T1nb7gwi1D3JqnSfLpdyimJFDNKCGtKZIEGvb9e2gfsJiOui2oOLHixB2050FM+xC5LpP+mAtQSyDzWXhXfuP/hP22ibCfDnfosTqrrkQHSq6MO41YjHRJ6Tu8rplIOztR1ZxHQnSf+InUgHmWSmQBIPM6Q/YqFQ9YJM2gfugQSuSRM8Ga+WVeXkRMJccIbHr4hUSFMyWUl19rNpRPGDi/l2JnApExNNeE57xZk2hqS/6I7hEZrL4OA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ao0EgnI9VQ7baSq1IquIPFnl3f2pvCy5EM8czhuyHb2pWyVWon2KiuNhrVL1gIFV+8hZeLvM1EYeGApMrqX2QzT6hBG+yaNvGyY5byRWR4GWm3UHMjXmq9I3O1/N4ZESeUCP9xRZYHC+LC+nWQFjChxlLYQt0nSFWXBFbL+bdI9tXc+aBefn/zBw0/BTQoOw/UJV9CuzIsTs6q67GwR5YkIfZdilfYsk1k1a5LnaEeweRsAHn8Ne2SHKbwbYn5Mou9NQyhKBuIWi9SG01oCADrMvEeOHmmLrz7Mx/XSByd2mYcLq7hBorDf9d7fjc6iYr3EDJDt41hvQ/ZUpE2Lfiw==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Marc Bonnici <Marc.Bonnici@xxxxxxx>, Achin Gupta <Achin.Gupta@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>
- Delivery-date: Thu, 13 Apr 2023 11:31:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZbdhGMHWAhk4AakOJfz+iMxVrZa8pGvlA
- Thread-topic: [XEN PATCH v8 14/22] xen/arm: move regpair_to_uint64() and uint64_to_regpair() to regs.h
Hi Jens,
> -----Original Message-----
> Subject: [XEN PATCH v8 14/22] xen/arm: move regpair_to_uint64() and
> uint64_to_regpair() to regs.h
>
> Moves the two helper functions regpair_to_uint64() and
> uint64_to_regpair() from xen/arch/arm/tee/optee.c to the common arm
> specific regs.h. This enables reuse of these functions in the FF-A
> mediator in a subsequent patch.
>
> Signed-off-by: Jens Wiklander <jens.wiklander@xxxxxxxxxx>
> Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
> Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
Reviewed-by: Henry Wang <Henry.Wang@xxxxxxx>
Kind regards,
Henry
|