Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c101 static paddr_t next_phys; /* next available physical address from dboot */ variable
223 if (start < next_phys) in do_bop_phys_alloc()
224 start = P2ROUNDUP(next_phys, align); in do_bop_phys_alloc()
247 next_phys = pa + size; in do_bop_phys_alloc()
1608 copy = kbm_remap_window(next_phys, 1); in relocate_boot_archive()
1610 copy_pfn = mmu_btop(next_phys); in relocate_boot_archive()
1631 next_phys += MMU_PAGESIZE; in relocate_boot_archive()
1839 next_phys = xbp->bi_next_paddr; in _start()
1840 DBG(next_phys); in _start()