Searched refs:bi_next_paddr (Results 1 – 3 of 3) sorted by relevance
102 uint64_t bi_next_paddr; /* next physical address not used */ member
2661 bi->bi_next_paddr = next_avail_addr - mfn_base; in startup_kernel()2662 DBG(bi->bi_next_paddr); in startup_kernel()2682 bi->bi_next_paddr = next_avail_addr; in startup_kernel()2683 DBG(bi->bi_next_paddr); in startup_kernel()
2159 next_phys = xbp->bi_next_paddr; in _start()