Searched refs:MAX_MEM_MAP_REGIONS (Results 1 – 3 of 3) sorted by relevance
49 #define MAX_MEM_MAP_REGIONS 5 macro50 static struct mm_region xen_mem_map[MAX_MEM_MAP_REGIONS];120 for (; i < MAX_MEM_MAP_REGIONS; i++) { in setup_mem_map()
482 #define MAX_MEM_MAP_REGIONS 16 macro484 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()
49 #define MAX_MEM_MAP_REGIONS (MVEBU_CPU_DEC_WINS + 2) macro60 static struct mm_region mvebu_mem_map[MAX_MEM_MAP_REGIONS] = {
Completed in 6 milliseconds