Lines Matching full:partitions
67 * A memory domain is a collection of memory partitions, used to represent
76 * A user thread belonging to a memory domain with no active partitions
84 /** partitions in the domain */
85 struct k_mem_partition partitions[CONFIG_MAX_DOMAIN_PARTITIONS]; member
88 /** number of active partitions in the domain */
112 * Initialize a memory domain with given name and memory partitions.
122 * @param parts An array of pointers to the memory partitions. Can be NULL
135 * Add a memory partition into a memory domain. Partitions must conform to
138 * - Partitions in the same memory domain may not overlap each other.
139 * - Partitions must not be defined which expose private kernel
144 * - Memory domain partitions are only intended to control access to memory