Home
last modified time | relevance | path

Searched refs:granularity (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/lib/xlat_tables_v2/
Dxlat_tables_core.c500 (mm->granularity < XLAT_BLOCK_SIZE(level))) in xlat_tables_map_region_action()
684 size_t granularity = mm->granularity; in mmap_add_region_check() local
693 if ((granularity != XLAT_BLOCK_SIZE(1U)) && in mmap_add_region_check()
694 (granularity != XLAT_BLOCK_SIZE(2U)) && in mmap_add_region_check()
695 (granularity != XLAT_BLOCK_SIZE(3U))) { in mmap_add_region_check()
944 while (mm_cursor->granularity != 0U) { in mmap_add_ctx()
Dxlat_tables_context.c56 while (mm->granularity != 0U) { in mmap_add_alloc_va()
Dxlat_tables_utils.c46 mm->granularity); in xlat_mmap_print()
/trusted-firmware-a-3.6.0-3.5.0/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h45 .granularity = (_gr), \
Dxlat_tables_v2.h147 size_t granularity; member
/trusted-firmware-a-3.6.0-3.5.0/docs/components/
Dxlat-tables-lib-v2-design.rst69 - its mapping granularity (optional).
85 The granularity controls the translation table level to go down to when mapping
103 then they might enforce a 4KB mapping granularity for this 2MB region from the
107 The region's granularity is an optional field; if it is not specified the
108 library will choose the mapping granularity for this region as it sees fit (more
232 mapping granularity, which leaves the library implementation free to choose
233 it. However, in cases where a specific granularity is required, the
363 By default [#granularity]_, the algorithm will attempt to minimize the
370 requires a finer granularity. Misaligned regions also require a finer
371 granularity than what the user may had originally expected, using a lot more
[all …]
/trusted-firmware-a-3.6.0-3.5.0/lib/xlat_mpu/
Dxlat_mpu_core.c312 while (mm_cursor->granularity != 0U) { in mmap_add_ctx()
/trusted-firmware-a-3.6.0-3.5.0/docs/process/
Dcoding-style.rst263 achieve a granularity that is smaller than the tab size. For example, with a tab
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dchange-log.md6528 - Added support to specify the granularity of the mappings of each region, for