Searched refs:next_phys (Results 1 – 1 of 1) sorted by relevance
94 static paddr_t next_phys; /* next available physical address from dboot */ variable205 if (start < next_phys) in do_bop_phys_alloc()206 start = P2ROUNDUP(next_phys, align); in do_bop_phys_alloc()229 next_phys = pa + size; in do_bop_phys_alloc()1521 copy = kbm_remap_window(next_phys, 1); in relocate_boot_archive()1523 copy_pfn = mmu_btop(next_phys); in relocate_boot_archive()1544 next_phys += MMU_PAGESIZE; in relocate_boot_archive()1752 next_phys = xbootp->bi_next_paddr; in _start()1753 DBG(next_phys); in _start()