Home
last modified time | relevance | path

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

/u-boot/board/xen/xenguest_arm64/
A Dxenguest_arm64.c49 #define MAX_MEM_MAP_REGIONS 5 macro
50 static struct mm_region xen_mem_map[MAX_MEM_MAP_REGIONS];
120 for (; i < MAX_MEM_MAP_REGIONS; i++) { in setup_mem_map()
/u-boot/arch/arm/mach-imx/imx8/
A Dcpu.c482 #define MAX_MEM_MAP_REGIONS 16 macro
484 static struct mm_region imx8_mem_map[MAX_MEM_MAP_REGIONS];
501 for (mr = 0; mr < 64 && i < MAX_MEM_MAP_REGIONS; mr++) { in enable_caches()
512 if (i < MAX_MEM_MAP_REGIONS) { in enable_caches()
521 for (i = 0; i < MAX_MEM_MAP_REGIONS; i++) { in enable_caches()
541 size = (2 + 2 + 1) * one_pt * MAX_MEM_MAP_REGIONS + one_pt; in get_page_table_size()
/u-boot/arch/arm/mach-mvebu/armada3700/
A Dcpu.c49 #define MAX_MEM_MAP_REGIONS (MVEBU_CPU_DEC_WINS + 2) macro
60 static struct mm_region mvebu_mem_map[MAX_MEM_MAP_REGIONS] = {

Completed in 6 milliseconds