Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c659 int valloc_align; in perform_allocations() local
663 valloc_align = mmu.level_size[mmu.max_page_level > 0]; in perform_allocations()
664 mem = BOP_ALLOC(bootops, (caddr_t)valloc_base, valloc_sz, valloc_align); in perform_allocations()