Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/sys/
H A Dbootinfo.h90 uint64_t bi_next_paddr; /* next physical address not used */ member
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1694 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()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c1839 next_phys = xbp->bi_next_paddr; in _start()