Searched refs:memory_last (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 141 uint64_t memory_last; member 727 range[1].child_lo = range[1].parent_lo = entry->memory_last; in cardbus_bridge_ranges() 774 range[1].size_lo = entry->memory_last - entry->memory_base; in cardbus_bridge_ranges() 1257 phdl->memory_base = phdl->memory_last = res.ra_addr_lo; in cardbus_allocate_chunk() 1359 entry->highest_bus, entry->memory_last, entry->io_last); in cardbus_setup_bridge() 1364 entry->highest_bus, entry->memory_last, entry->io_last); in cardbus_setup_bridge() 1376 uval = PCICFG_ROUND_UP(entry->memory_last, PCICFG_MEMGRAN); in cardbus_setup_bridge() 1377 if (uval != entry->memory_last) { in cardbus_setup_bridge() 1381 uval - entry->memory_last); in cardbus_setup_bridge() 1385 uval - entry->memory_last); in cardbus_setup_bridge() [all …]
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 108 uint64_t memory_last; member 1056 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources() 1802 entry->memory_last; in pcicfg_bridge_assign() 1831 (entry->memory_last - entry->memory_base); in pcicfg_bridge_assign() 1834 entry->memory_last, mem_residual, in pcicfg_bridge_assign() 1863 entry->memory_last - entry->memory_base; in pcicfg_bridge_assign() 2424 new_mem = pcicfg_alloc_hole(&entry->mem_hole, &entry->memory_last, in pcicfg_get_mem() 3295 PCICFG_HIWORD(PCICFG_LOADDR(entry->memory_last))); in pcicfg_setup_bridge() 3341 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN)); in pcicfg_update_bridge() 3345 PCICFG_ROUND_DOWN(entry->memory_last, PCICFG_MEMGRAN)))); in pcicfg_update_bridge() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 150 uint64_t memory_last; member 1164 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources() 1911 entry->memory_last; in pcicfg_bridge_assign() 1940 entry->memory_last - entry->memory_base; in pcicfg_bridge_assign() 2431 phdl->memory_base = phdl->memory_last = mem_answer; in pcicfg_allocate_chunk() 2553 new_mem = pcicfg_alloc_hole(&entry->mem_hole, &entry->memory_last, in pcicfg_get_mem() 3855 PCICFG_HIWORD(PCICFG_LOADDR(entry->memory_last))); in pcicfg_setup_bridge() 3902 PCICFG_ROUND_DOWN(entry->memory_last, in pcicfg_update_bridge() 3907 PCICFG_ROUND_DOWN(entry->memory_last, in pcicfg_update_bridge() 3914 if ((length = (PCICFG_ROUND_UP(entry->memory_last, in pcicfg_update_bridge() [all …]
|