Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.s218 and %g1, NHMENTS - 1, %g1; \
H A Dsfmmu_asm.s2196 and tmp1, NHMENTS - 1, tmp1 /* tmp1 = index */ ;\
/titanic_50/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)); in mdb_sfmmu_hblktohme()
/titanic_50/usr/src/uts/sun4u/os/
H A Dcpr_impl.c673 mmu_ptob(NHMENTS), mmu_ptob(NHMENTS), in i_cpr_map_setup()
720 vmem_free(heap_arena, cpr_vaddr, mmu_ptob(NHMENTS)); in i_cpr_map_destroy()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1197 #define NHMENTS 8 /* # of hments in an 8k hme_blk */ macro
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) { in hat_do_memload_array()
2488 while (npgs >= NHMENTS) { in hat_do_memload_array()
2528 & (NHMENTS-1); in hat_do_memload_array()
2529 numpg = NHMENTS - numpg; in hat_do_memload_array()
2609 (NHMENTS-1)); in sfmmu_memload_batchsmall()
/titanic_50/usr/src/uts/sun4/os/
H A Dstartup.c2993 NHMENTS, in create_va_to_tte()