
14 Feb
2017
14 Feb
'17
5:44 p.m.
On 02/14/2017 07:39 AM, Alexander Graf wrote:
On 14/02/2017 04:45, York Sun wrote:
Function mmu_change_region_attr() is added to change existing mapping with updated PXN, UXN and memory type. This is a break-before-make process during which the mapping becomes fault (invalid) before final attributres are set.
This is what we have the emergency tables for, no? Just switch to those, modify anything you like in the original tables, then switch back.
It is the emergency table for. However, I don't have the luxury to use another table for the early MMU due to very limited SRAM available.
York