Lines Matching full:region
19 * @name Memory region permission and caching mode.
23 /** Memory region is executable. */
26 /** Memory region is writable. */
29 /** Memory region is both executable and writable */
32 /** Memory region has write-back cache. */
35 /** Memory region has write-through cache. */
74 * @brief Software only bit to indicate a memory region can be accessed by user thread(s).
81 * @brief Software only bit to indicate a memory region is shared by all threads.
83 * This BIT tells the mapping code whether the memory region should
93 * Struct used to map a memory region.
96 /** Name of the memory region. */
99 /** Start address of the memory region. */
102 /** End address of the memory region. */
105 /** Attributes for the memory region. */