Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dfakebop.c103 static paddr_t next_phys; /* next available physical address from dboot */ variable
225 if (start < next_phys) in do_bop_phys_alloc()
226 start = P2ROUNDUP(next_phys, align); in do_bop_phys_alloc()
249 next_phys = pa + size; in do_bop_phys_alloc()
1654 copy = kbm_remap_window(next_phys, 1); in relocate_boot_archive()
1656 copy_pfn = mmu_btop(next_phys); in relocate_boot_archive()
1677 next_phys += MMU_PAGESIZE; in relocate_boot_archive()
1885 next_phys = xbp->bi_next_paddr; in _start()
1886 DBG(next_phys); in _start()