Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fdvma.c160 if ((long)atomic_add_long_nv(&mmu_p->mmu_dvma_reserve, -npages) < 0) { in px_fdvma_reserve()
161 atomic_add_long(&mmu_p->mmu_dvma_reserve, npages); in px_fdvma_reserve()
181 atomic_add_long(&mmu_p->mmu_dvma_reserve, npages); in px_fdvma_reserve()
248 atomic_add_long(&mmu_p->mmu_dvma_reserve, npages); in px_fdvma_release()
H A Dpx_mmu.h79 ulong_t mmu_dvma_reserve; member
H A Dpx_mmu.c93 mmu_p->mmu_dvma_reserve = tsb_entries >> 1; in px_mmu_attach()