Searched refs:granularity (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
H A Dxlat_tables_v2_helpers.h41 .granularity = (_gr), \
H A Dxlat_tables_v2.h19 * Default granularity size for an mmap_region_t.
20 * Useful when no specific granularity is required.
37 * Helper macro to define an mmap_region_t to map with the desired granularity
40 * The granularity value passed to this macro must be a valid block or page
43 * is free to choose the granularity for this region. In this case, it is
120 /* Desired granularity. See the MAP_REGION2() macro for more details. */
121 size_t granularity; member in struct:mmap_region
264 * and it must be mapped at the granularity of a page.
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
H A Dxlat_tables_internal.c124 /* Make sure that the granularity is fine enough to map this address. */
403 * translation with this granularity in principle.
437 * Check if the destination granularity allows
446 (mm->granularity < XLAT_BLOCK_SIZE(level)))
483 * region with finer granularity.
492 * try to map with finer granularity.
621 tf_printf(" granularity:0x%zx\n", mm->granularity);
642 size_t granularity = mm->granularity; local
[all...]

Completed in 7 milliseconds