Lines Matching defs:memory_last

139 	uint64_t	memory_last;
726 range[1].child_lo = range[1].parent_lo = entry->memory_last;
773 range[1].size_lo = entry->memory_last - entry->memory_base;
1260 phdl->memory_base = phdl->memory_last = res.ra_addr_lo;
1362 entry->highest_bus, entry->memory_last, entry->io_last);
1367 entry->highest_bus, entry->memory_last, entry->io_last);
1379 uval = PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN);
1380 if (uval != entry->memory_last) {
1384 uval - entry->memory_last);
1388 uval - entry->memory_last);
1391 uval - entry->memory_last, NULL);
1402 entry->memory_last);
1407 entry->memory_last);
1478 PCICFG_LOADDR(entry->memory_last), entry->memory_last,
1484 PCICFG_LOADDR(entry->memory_last), entry->memory_last,
1489 PCICFG_LOADDR(entry->memory_last));
1559 entry->memory_last, entry->memory_gran,
1560 PCICFG_ROUND_UP(entry->memory_last, entry->memory_gran));
1566 entry->memory_last, entry->memory_gran,
1567 PCICFG_ROUND_UP(entry->memory_last, entry->memory_gran));
1574 length = PCICFG_ROUND_UP(entry->memory_last + cardbus_min_spare_mem,
1575 bridge_gran) - entry->memory_last;
1590 rlval = PCICFG_ROUND_DOWN(entry->memory_last - 1,
1604 rlval = PCICFG_ROUND_DOWN(entry->memory_last - 1,
1701 "cardbus_get_mem: memory_last 0x%lx, length 0x%x, "
1703 entry->memory_last, length,
1707 "cardbus_get_mem: memory_last 0x%llx, length 0x%x, "
1709 entry->memory_last, length,
1717 hole = PCICFG_ROUND_UP(entry->memory_last, length)
1718 - entry->memory_last;
1722 entry->memory_last,
1724 entry->memory_last += hole;
1729 "rounded memory_last up by 0x%x to 0x%lx, ",
1730 hole, entry->memory_last);
1734 "rounded memory_last up by 0x%x to 0x%llx, ",
1735 hole, entry->memory_last);
1740 entry->memory_last,
1748 if ((entry->memory_last + length) >
1759 entry->memory_last + length,
1761 entry->memory_last,
1766 ASSERT((entry->memory_last + length) <=
1773 *ans = entry->memory_last;
1778 entry->memory_last += length;