Lines Matching defs:regions
14 * All the regions defined in mem_region_t must have the following properties
16 * - Any contiguous regions must be merged into a single entry.
26 * zero_normalmem all the regions defined in tbl.
48 * zero_normalmem all the regions defined in regions.
50 * regions must be a valid pointer to a memory mem_region_t array,
56 void clear_map_dyn_mem_regions(struct mem_region *regions,
66 assert(regions != NULL);
71 begin = regions[i].base;
72 size = regions[i].nbytes;
105 * covered by one of the regions defined in tbl.
110 * -1 means that the region is not covered by any of the regions
112 * 0 the region (addr + nbytes-1) is covered by one of the regions described