Lines Matching defs:regions
103 * Set up the page tables for the generic and platform-specific memory regions.
105 * as an array specifying the generic memory regions which can be;
116 const mmap_region_t *regions = bl_regions;
118 while (regions->size != 0U) {
120 regions->base_va,
121 regions->base_va + regions->size,
122 regions->attr);
123 regions++;
128 * Subsequent mappings will adjust the attributes for specific regions.
132 /* Now (re-)map the platform-specific memory regions */