Re: [PATCH v3 1/6] arm/mpu: Introduce MPU memory region map structure

2025-06-16 Thread Julien Grall
Hi Ayan, On 11/06/2025 15:35, Ayan Kumar Halder wrote: Introduce pr_t typedef which is a structure having the prbar and prlar members, each being structured as the registers of the AArch32 Armv8-R architecture. Also, define MPU_REGION_RES0 to 0 as there are no reserved 0 bits beyond the BASE or

Re: [PATCH v3 1/6] arm/mpu: Introduce MPU memory region map structure

2025-06-13 Thread Luca Fancellu
Hi Ayan, > On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: > > Introduce pr_t typedef which is a structure having the prbar and prlar > members, > each being structured as the registers of the AArch32 Armv8-R architecture. > > Also, define MPU_REGION_RES0 to 0 as there are no reserved 0 bit