Searched refs:segzio_base (Results 1 – 2 of 2) sorted by relevance
303 caddr_t segzio_base; /* Base address of segzio */ variable1831 segzio_base = segkvmm_base + mmu_ptob(segkvmmsize); in layout_kernel_va()1842 PRM_DEBUG(segzio_base); in layout_kernel_va()1849 ROUND_UP_LPAGE((uintptr_t)segzio_base + mmu_ptob(segziosize)); in layout_kernel_va()2659 (void) seg_attach(&kas, segzio_base, mmu_ptob(segziosize), in kvm_init()2664 segkmem_zio_init(segzio_base, mmu_ptob(segziosize)); in kvm_init()
205 caddr_t segzio_base; /* Base address of segzio */ variable2014 segzio_base = va; in startup_vm()2017 PRM_DEBUG(segzio_base); in startup_vm()2028 (void) seg_attach(&kas, segzio_base, mmu_ptob(segziosize), in startup_vm()2033 segkmem_zio_init(segzio_base, mmu_ptob(segziosize)); in startup_vm()