Lines Matching +full:start +full:- +full:from +full:- +full:right
4 * SPDX-License-Identifier: Apache-2.0
12 #include <xtensa/config/core-isa.h>
93 * This contains the start address, the enable bit, and the lock bit.
116 * - This cannot be cleared until reset.
117 * - This entry can no longer be modified.
118 * - The start address of the next entry also
127 * Start address of this MPU entry.
130 * segment size of each MPU entry, ranging from 32 bytes to 4GB.
156 * This dictates the access right from the start address of
157 * this entry, to the start address of next entry.
166 * This dictates the memory type from the start address of
167 * this entry, to the start address of next entry.
170 * cacheable vs non-cacheable, shareable vs non-shareable.
252 /* Read-Write access permission attributes */
264 /* Execution-allowed attributes */
273 * Struct to describe a memory region [start, end).
276 /** Start address (inclusive) of the memory region. */
277 const uintptr_t start; member