Searched refs:UHMEHASH_SZ (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_kdi.s57 * return (uhme_hash_pa + (hash & UHMEHASH_SZ) *
79 set UHMEHASH_SZ, %g5; \
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1492 #define UHMEHASH_SZ uhmehash_num macro
1521 UHMEHASH_SZ) ]): \
H A Dhat_sfmmu.c2021 for (i = 0; i <= UHMEHASH_SZ; i++) {
5481 for (i = 0; i <= UHMEHASH_SZ; i++) {
5627 * UHMEHASH_SZ is number of hash buckets to examine
5630 if (sfmmup != KHATID && (len >> TTE_PAGE_SHIFT(TTE4M)) > UHMEHASH_SZ) {
8971 if (hmebp == NULL || hmebp > &uhme_hash[UHMEHASH_SZ])
8973 uhmehash_reclaim_hand += UHMEHASH_SZ / sfmmu_cache_reclaim_scan_ratio;
8975 for (i = UHMEHASH_SZ / sfmmu_cache_reclaim_scan_ratio; i; i--) {
8992 if (hmebp++ == &uhme_hash[UHMEHASH_SZ])
11332 ASSERT(hmebp >= uhme_hash && hmebp <= &uhme_hash[UHMEHASH_SZ]);
11334 for (i = 0; hmeblkp == NULL && i <= UHMEHASH_SZ
[all...]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2852 "h# %x constant UHMEHASH_SZ "
2893 " UHMEHASH_SZ and ( bucket ) "
3006 UHMEHASH_SZ,

Completed in 83 milliseconds