Re: [PATCH 3/6] arm/mpu: Populate a new region in Xen MPU mapping table

2025-06-25 Thread Ayan Kumar Halder
Hi Hari, Some questions. On 20/06/2025 10:49, 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: Penny Zheng Introduce map_pages_to_xen() that

[PATCH 3/6] arm/mpu: Populate a new region in Xen MPU mapping table

2025-06-20 Thread Hari Limaye
From: Penny Zheng Introduce map_pages_to_xen() that is implemented using a new helper, xen_mpumap_update(), which is responsible for updating Xen MPU memory mapping table(xen_mpumap), including creating a new entry, updating or destroying an existing one, it is equivalent to xen_pt_update in MMU.