Lines Matching refs:regions
51 - Memory and device regions in the system address map.
166 - ``plat_get_secure_partition_mmap()`` returns an array of mmap regions that
167 describe the memory regions that the SPM needs to allocate for a Secure
401 The platform port of a Secure Partition specifies to the SPM a list of regions
405 1. Device regions are mapped with nGnRE attributes and Execute Never
408 2. Code memory regions are mapped with RO data and Executable instruction access
411 3. Read Only data memory regions are mapped with RO data and Execute Never
414 4. Read Write data memory regions are mapped with RW data and Execute Never
418 regions then all memory regions will be marked with Code memory region
421 6. The ``UXN`` and ``PXN`` bits are set for regions that are not executable by
600 The SPM is responsible for enabling access to regions of memory in the system
601 address map from a Secure Partition. This is done by mapping these regions in
609 access permissions of the memory regions are statically provided by the platform
623 of its memory regions. The SPM provides this feature through the
632 to determine and change permission attributes of memory regions that belong to a
818 concurrently and the memory regions specified overlap.