Searched refs:maxphysaddr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1222 paddr_t maxphysaddr; local
1226 maxphysaddr = mmu_ptob((paddr_t)physmax) + MMU_PAGEOFFSET;
1228 maxphysaddr = mmu_ptob((paddr_t)HYPERVISOR_memory_op(
1232 ASSERT(maxphysaddr <= io_arena_params[0].io_limit);
1235 if (maxphysaddr >= io_arena_params[a + 1].io_limit) {
1236 if (maxphysaddr > io_arena_params[a + 1].io_limit)
1237 io_arena_params[a].io_limit = maxphysaddr;
1251 * maxphysaddr and to the "common" io memory ranges that

Completed in 67 milliseconds