Lines Matching refs:regions
58 - Memory and device regions in the system address map.
173 - ``plat_get_secure_partition_mmap()`` returns an array of mmap regions that
174 describe the memory regions that the SPM needs to allocate for a Secure
408 The platform port of a Secure Partition specifies to the SPM a list of regions
412 1. Device regions are mapped with nGnRE attributes and Execute Never
415 2. Code memory regions are mapped with RO data and Executable instruction access
418 3. Read Only data memory regions are mapped with RO data and Execute Never
421 4. Read Write data memory regions are mapped with RW data and Execute Never
425 regions then all memory regions will be marked with Code memory region
428 6. The ``UXN`` and ``PXN`` bits are set for regions that are not executable by
607 The SPM is responsible for enabling access to regions of memory in the system
608 address map from a Secure Partition. This is done by mapping these regions in
616 access permissions of the memory regions are statically provided by the platform
630 of its memory regions. The SPM provides this feature through the
639 to determine and change permission attributes of memory regions that belong to a
808 concurrently and the memory regions specified overlap.