Home
last modified time | relevance | path

Searched refs:mem_hole (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c159 hole_t mem_hole; /* Memory hole linked list. */ member
1166 phdl->mem_hole.start = phdl->memory_base; in pcicfg_ntbridge_allocate_resources()
1167 phdl->mem_hole.len = mem_request->ra_len; in pcicfg_ntbridge_allocate_resources()
1168 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
1306 unused = pcicfg_unused_space(&entry->mem_hole, &len); in pcicfg_ntbridge_configure_done()
1779 pcicfg_free_hole(&entry->mem_hole); in pcicfg_destroy_phdl()
2434 phdl->mem_hole.start = phdl->memory_base; in pcicfg_allocate_chunk()
2435 phdl->mem_hole.len = phdl->memory_len; in pcicfg_allocate_chunk()
2436 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_allocate_chunk()
2553 new_mem = pcicfg_alloc_hole(&entry->mem_hole, &entry->memory_last, in pcicfg_get_mem()
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c124 hole_t mem_hole; /* Memory hole linked list. */ member
1058 phdl->mem_hole.start = phdl->memory_base; in pcicfg_ntbridge_allocate_resources()
1059 phdl->mem_hole.len = mem_request->ra_len; in pcicfg_ntbridge_allocate_resources()
1060 phdl->mem_hole.next = (hole_t *)NULL; in pcicfg_ntbridge_allocate_resources()
1210 unused = pcicfg_unused_space(&entry->mem_hole, &len); in pcicfg_ntbridge_configure_done()
1721 pcicfg_free_hole(&entry->mem_hole); in pcicfg_destroy_phdl()
2424 new_mem = pcicfg_alloc_hole(&entry->mem_hole, &entry->memory_last, in pcicfg_get_mem()