Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/sys/
H A Dbootinfo.h91 native_ptr_t bi_next_vaddr; /* next virtual address not used */ member
/titanic_50/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c2207 bi->bi_next_vaddr = (native_ptr_t)next_avail_addr; in startup_kernel()
2208 DBG(bi->bi_next_vaddr); in startup_kernel()
2228 bi->bi_next_vaddr = (uintptr_t)next_avail_addr; in startup_kernel()
2229 DBG(bi->bi_next_vaddr); in startup_kernel()
/titanic_50/usr/src/uts/i86pc/os/
H A Dfakebop.c1887 next_virt = (uintptr_t)xbp->bi_next_vaddr; in _start()