Searched refs:segzio_base (Results 1 – 2 of 2) sorted by relevance
322 caddr_t segzio_base; /* Base address of segzio */ variable1826 segzio_base = segkp_base + SEGKPMAXSIZE; in layout_kernel_va()1844 PRM_DEBUG(segzio_base); in layout_kernel_va()1851 ROUND_UP_LPAGE((uintptr_t)segzio_base + mmu_ptob(segziosize)); in layout_kernel_va()2687 (void) seg_attach(&kas, segzio_base, mmu_ptob(segziosize), in kvm_init()2692 segkmem_zio_init(segzio_base, mmu_ptob(segziosize)); in kvm_init()
202 caddr_t segzio_base; /* Base address of segzio */ variable2040 segzio_base = va; in startup_vm()2043 PRM_DEBUG(segzio_base); in startup_vm()2054 (void) seg_attach(&kas, segzio_base, mmu_ptob(segziosize), in startup_vm()2059 segkmem_zio_init(segzio_base, mmu_ptob(segziosize)); in startup_vm()