[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/5] arm/mpu: Implement ioremap_attr for MPU
- To: Hari Limaye <hari.limaye@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Ayan Kumar Halder <ayankuma@xxxxxxx>
- Date: Mon, 4 Aug 2025 14:03:43 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=arm.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; 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=mW10x64aSYhluYGdKOeYklIiFyevOtNj18XdlURBPJ0=; b=yJb9qN6EjJsV51u2caUqD8y1STdmQColNyF124MpM6eC7iOOcwXSb5LLU6JOh31wuEeO7yC0JkzI0818eSMpMPiEL8PgXgA1PE1FXM+zxiYyovQZKc7sYFp2nbz6Lx054Xxf6D0YWgsPDQSyXuC4qPSyz65zQSWNF+2Jza0ynp7rom1hfnFbwa/x/lyKG6CkrOjlAp0WDBm4bGNCcbVIr1d99vkD5/pdb3WoF1ak1qnq0QLmqwmAizsdcSN8HZjaCFeTIPbWs4+v1GfJ95w09TZk0l0209eZsATKW5Qq2RIk7Vwi0r35G4eOUzzr34u6h9VpFHvxONtyRIcu73DNCQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=jfcHviwfmCWlCFdj0KWOSrOcqUBd+lnpHZV7YZNNppTVTYnWaCVJywXasxJ2OQd4tnmnoZxhz0RBz+NXmGzDatU8Ufq1IPvt7pWtD+7D1lE86YKKbpg0hh40eq52WbmtRx2KwIrIjII9oa+klwwadPwcip8xOk+LWR3o80xjPjo4hlDRImqR5bGDuQ6lLyhn8amj6S+yiFC75ubwBPfd6OlYrhGPfDK+cZ/6buWxfqWdGKw3cMjW5cMOW6SuedLnofffR2mcxC/6F4VqapYhtM7O+RtLPzUaooqhwlhlfTXbPiw9ft8L2yCHh69eNiDN4FyEmRVmsMvJoPcJrN1VOg==
- Cc: <luca.fancellu@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Delivery-date: Mon, 04 Aug 2025 13:04:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Hi Hari,
On 30/07/2025 09:45, Hari Limaye wrote:
CAUTION: This message has originated from an External Source. Please use proper
judgment and caution when opening attachments, clicking links, or responding to
this email.
From: Luca Fancellu <luca.fancellu@xxxxxxx>
Introduce helpers (un)map_mm_range() in order to allow the temporary
mapping of a range of memory, and use these to implement the function
`ioremap_attr` for MPU systems.
Signed-off-by: Luca Fancellu <luca.fancellu@xxxxxxx>
Signed-off-by: Hari Limaye <hari.limaye@xxxxxxx>
Reviewed-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
Tested-by: Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>
(On R82 and R52 with some additional patches)
- Ayan
|