commit | 7f9b9f318ff152bd8d2e8b573708e2bdc088c1b1 | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Mon Mar 06 09:02:33 2017 -0800 |
committer | York Sun <york.sun@nxp.com> | Tue Mar 14 08:44:03 2017 -0700 |
tree | 1e68c347794e41aff62d8ea9091d88d05c269d6e | |
parent | f539c8a4a7a590e1933a7e21d5771528db1d88b7 [diff] |
armv8: mmu: Add a function to change mapping attributes 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. Signed-off-by: York Sun <york.sun@nxp.com>