Lines Matching refs:mmap
60 `mmap` regions
74 The user usually provides a list of such mmap regions to map and lets the
139 * The maximum number of `mmap` regions to map.
167 - number of `mmap` regions: ``MAX_MMAP_REGIONS``;
181 When dynamic memory mapping is enabled, the library categorises mmap regions as
246 #. Initialize translation tables based on the list of mmap regions (using one of
302 From mmap regions to translation tables
311 The mmap regions list is a conceptual way to represent the memory layout. At
316 mmap regions list. Adding a static or dynamic region at this point through one
318 they only get registered in the internal mmap region list. It is only when the
320 in memory based on the list of mmap regions registered so far. This is an
325 be added. Changes to the translation tables (as well as the mmap regions list)
358 The mmap regions are sorted in a way that simplifies the code that maps
366 .. [#granularity-ref] That is, when mmap regions do not enforce their mapping