Searched refs:NHMENTS (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.s194 * idx = (va >> MMU_PAGESHIFT) & (NHMENTS - 1);
218 and %g1, NHMENTS - 1, %g1; \
H A Dsfmmu_asm.s2196 and tmp1, NHMENTS - 1, tmp1 /* tmp1 = index */ ;\
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c58 struct sf_hment hmx_hmes[NHMENTS - 1];
376 index = (((uintptr_t)addr >> MMU_PAGESHIFT) & (NHMENTS-1));
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c673 mmu_ptob(NHMENTS), mmu_ptob(NHMENTS),
720 vmem_free(heap_arena, cpr_vaddr, mmu_ptob(NHMENTS));
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1197 #define NHMENTS 8 /* # of hments in an 8k hme_blk */ macro
1228 * give us a total of 8 (NHMENTS) hments that can be referenced through a
1411 ((ttesz == TTE8K)? (TTEBYTES(ttesz) * NHMENTS) : TTEBYTES(ttesz))
1439 (NHMENTS - 1) * sizeof (struct sf_hment))
H A Dhat_sfmmu.c1006 idx = (((uintptr_t)(addr) >> MMU_PAGESHIFT) & (NHMENTS-1)); \
2482 if (npgs < NHMENTS || large_pages_disable == LARGE_PAGES_OFF) {
2488 while (npgs >= NHMENTS) {
2528 & (NHMENTS-1);
2529 numpg = NHMENTS - numpg;
2609 (NHMENTS-1));
3356 * Cannot ASSERT(hmeblkp->hblk_hmecnt <= NHMENTS)
6079 * ASSERT(hmeblkp->hblk_hmecnt <= NHMENTS);
7271 * We can not make ASSERT(hmeblkp->hblk_hmecnt <= NHMENTS)
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2839 "h# %x constant NHMENTS "
2932 " MMU_PAGESHIFT >> NHMENTS 1- and ( hmeblkp hme-index ) "
2993 NHMENTS,

Completed in 126 milliseconds