Searched refs:bi_next_paddr (Results 1 – 3 of 3) sorted by relevance
90 uint64_t bi_next_paddr; /* next physical address not used */ member
1694 bi->bi_next_paddr = next_avail_addr - mfn_base; in startup_kernel()1695 DBG(bi->bi_next_paddr); in startup_kernel()1715 bi->bi_next_paddr = next_avail_addr; in startup_kernel()1716 DBG(bi->bi_next_paddr); in startup_kernel()
1839 next_phys = xbp->bi_next_paddr; in _start()