Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dstartup.c322 caddr_t segzio_base; /* Base address of segzio */ variable
1826 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()
/titanic_44/usr/src/uts/sun4/os/
H A Dstartup.c202 caddr_t segzio_base; /* Base address of segzio */ variable
2040 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()