Re: [PATCH v3 4/6] arm/mpu: Move the functions to arm64 specific files

2025-06-16 Thread Ayan Kumar Halder
On 13/06/2025 16:08, Luca Fancellu wrote: Hi Ayan, Hi Luca, On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: prepare_selector(), read_protection_region() and write_protection_region() differ significantly between arm32 and arm64. Thus, move these functions to their specific folders.

Re: [PATCH v3 4/6] arm/mpu: Move the functions to arm64 specific files

2025-06-13 Thread Luca Fancellu
Hi Ayan, > On 11 Jun 2025, at 15:35, Ayan Kumar Halder wrote: > > prepare_selector(), read_protection_region() and write_protection_region() > differ significantly between arm32 and arm64. Thus, move these functions > to their specific folders. ^— NIT: “to sub-arch specific folder”? What do

[PATCH v3 4/6] arm/mpu: Move the functions to arm64 specific files

2025-06-11 Thread Ayan Kumar Halder
prepare_selector(), read_protection_region() and write_protection_region() differ significantly between arm32 and arm64. Thus, move these functions to their specific folders. GENERATE_{WRITE/READ}_PR_REG_CASE are duplicated for arm32 and arm64 so as to improve the code readability. Signed-off-by: