Home
last modified time | relevance | path

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

/trusted-firmware-a/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.c45 mm->granularity); in xlat_mmap_print()
/trusted-firmware-a/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 …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/components/
A Dxlat-tables-lib-v2-design.rst.txt69 - 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 …]
/trusted-firmware-a/services/std_svc/rmmd/trp/
A Dlinker.lds10 * different property at the same granularity. */
/trusted-firmware-a/include/lib/xlat_tables/
A Dxlat_tables_v2_helpers.h45 .granularity = (_gr), \
A Dxlat_tables_v2.h147 size_t granularity; member
/trusted-firmware-a/lib/xlat_mpu/
A Dxlat_mpu_core.c312 while (mm_cursor->granularity != 0U) { in mmap_add_ctx()
/trusted-firmware-a/docs/process/
A Dcoding-style.rst263 achieve a granularity that is smaller than the tab size. For example, with a tab
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/process/
A Dcoding-style.rst.txt263 achieve a granularity that is smaller than the tab size. For example, with a tab
/trusted-firmware-a/docs/build/latex/
A Dtrustedfirmware-a.tex23048 its mapping granularity (optional).
23070 The granularity controls the translation table level to go down to when mapping
23097 then they might enforce a 4KB mapping granularity for this 2MB region from the
23102 The region’s granularity is an optional field; if it is not specified the
23280 mapping granularity, which leaves the library implementation free to choose
23281 it. However, in cases where a specific granularity is required, the
23457 granularity.
23467 requires a finer granularity. Misaligned regions also require a finer
23468 granularity than what the user may had originally expected, using a lot more
23470 restricted to address translations of the same granularity as the size of the
[all …]
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt3402 - Added support to specify the granularity of the mappings of each region, for
/trusted-firmware-a/docs/
A Dchange-log.md3402 - Added support to specify the granularity of the mappings of each region, for

Completed in 112 milliseconds