Home
last modified time | relevance | path

Searched refs:domain (Results 1 – 3 of 3) sorted by relevance

/kernel/
A Dmem_domain.c94 CHECKIF(domain == NULL) { in k_mem_domain_init()
114 domain->num_partitions = 0U; in k_mem_domain_init()
115 (void)memset(domain->partitions, 0, sizeof(domain->partitions)); in k_mem_domain_init()
119 ret = arch_mem_domain_init(domain); in k_mem_domain_init()
123 domain, ret); in k_mem_domain_init()
140 domain->num_partitions++; in k_mem_domain_init()
166 CHECKIF(domain == NULL) { in k_mem_domain_add_partition()
193 part->start, part->size, domain); in k_mem_domain_add_partition()
199 domain->num_partitions++; in k_mem_domain_add_partition()
250 domain->num_partitions--; in k_mem_domain_remove_partition()
[all …]
A DKconfig.mem_domain9 int "Maximum number of partitions per memory domain"
14 Configure the maximum number of partitions per memory domain.
21 architecture-specific data is needed on a per memory domain basis.
25 when a memory domain is created.
27 Typical uses might be a set of page tables for that memory domain.
34 modifying a memory domain's partitions at runtime, or changing
35 a memory domain's thread membership requires synchronous calls
48 thread access to memory. Memory domain APIs may only be invoked from
62 within the same memory domain.
A DKconfig883 source frequency domain multiplied by target frequency fits in 64 bits.

Completed in 8 milliseconds