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

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootinfo.h91 native_ptr_t bi_next_vaddr; /* next virtual address not used */ member in struct:xboot_info
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c1696 bi->bi_next_vaddr = (native_ptr_t)next_avail_addr;
1697 DBG(bi->bi_next_vaddr);
1717 bi->bi_next_vaddr = (uintptr_t)next_avail_addr;
1718 DBG(bi->bi_next_vaddr);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1801 next_virt = (uintptr_t)xbp->bi_next_vaddr;

Completed in 52 milliseconds