Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c400 #define MAX_MEM_MAP_REGIONS 16 macro
402 static struct mm_region imx8_mem_map[MAX_MEM_MAP_REGIONS];
419 for (mr = 0; mr < 64 && i < MAX_MEM_MAP_REGIONS; mr++) { in enable_caches()
430 if (i < MAX_MEM_MAP_REGIONS) { in enable_caches()
439 for (i = 0; i < MAX_MEM_MAP_REGIONS; i++) { in enable_caches()
459 size = (2 + 2 + 1) * one_pt * MAX_MEM_MAP_REGIONS + one_pt; in get_page_table_size()