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
2205 bi->bi_next_paddr = next_avail_addr - mfn_base; in startup_kernel()2206 DBG(bi->bi_next_paddr); in startup_kernel()2226 bi->bi_next_paddr = next_avail_addr; in startup_kernel()2227 DBG(bi->bi_next_paddr); in startup_kernel()
1885 next_phys = xbp->bi_next_paddr; in _start()