Lines Matching defs:total
82 * @total: total memory available as reported by HV
99 u64 total;
110 DBG("%s:%d: map.total = %llxh\n", func, line, m->total);
129 return (phys_addr < map.rm.size || phys_addr >= map.total)
320 map.total = map.rm.size;
1132 r->len = len ? len : ALIGN(map.total, 1 << r->page_size);
1207 &map.total);
1223 result = ps3_mm_region_create(&map.r1, map.total - map.rm.size);
1229 /* correct map.total for the real total amount of memory we use */
1230 map.total = map.rm.size + map.r1.size;
1237 map.total - map.rm.size);
1238 memblock_add(map.rm.size, map.total - map.rm.size);