Searched defs:next_phys (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c101 static paddr_t next_phys; /* next available physical address from dboot */ variable
222 if (start < next_phys)
223 start = P2ROUNDUP(next_phys, align);
246 next_phys = pa + size;
1561 * with memory at next_phys.
1568 copy = kbm_remap_window(next_phys, 1);
1570 copy_pfn = mmu_btop(next_phys);
1591 next_phys += MMU_PAGESIZE;
1799 next_phys = xbp->bi_next_paddr;
1800 DBG(next_phys);
[all...]

Completed in 48 milliseconds