Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/trp/
A Dlinker.lds10 * different property at the same granularity. */
/arm-trusted-firmware-2.8.0/lib/xlat_tables_v2/
A 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()
A Dxlat_tables_context.c56 while (mm->granularity != 0U) { in mmap_add_alloc_va()
A Dxlat_tables_utils.c46 mm->granularity); in xlat_mmap_print()
/arm-trusted-firmware-2.8.0/include/lib/xlat_tables/
A Dxlat_tables_v2_helpers.h45 .granularity = (_gr), \
A Dxlat_tables_v2.h147 size_t granularity; member
/arm-trusted-firmware-2.8.0/docs/components/
A 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
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
429 .. [#granularity] That is, when mmap regions do not enforce their mapping
[all …]
/arm-trusted-firmware-2.8.0/lib/xlat_mpu/
A Dxlat_mpu_core.c312 while (mm_cursor->granularity != 0U) { in mmap_add_ctx()
/arm-trusted-firmware-2.8.0/docs/process/
A Dcoding-style.rst263 achieve a granularity that is smaller than the tab size. For example, with a tab
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md5510 - Added support to specify the granularity of the mappings of each region, for

Completed in 21 milliseconds