Re: [PATCH v2 1/3] arm/mpu: Introduce MPU memory region map structure

2025-06-09 Thread Orzel, Michal
On 06/06/2025 18:48, 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 > BAS

[PATCH v2 1/3] arm/mpu: Introduce MPU memory region map structure

2025-06-06 Thread Ayan Kumar Halder
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 LIMIT bitfields in prbar or prlar respectively. Signed-o