Home
last modified time | relevance | path

Searched refs:uhme_hash (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c895 uhme_hash = (struct hmehash_bucket *)alloc_base; in alloc_hmehash()
900 PRM_DEBUG(uhme_hash); in alloc_hmehash()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c1082 mutex_init(&uhme_hash[i].hmehash_mutex, NULL, in hat_init()
1084 uhme_hash[i].hmeh_nextpa = HMEBLK_ENDPA; in hat_init()
1354 uhme_hash_pa = va_to_pa(uhme_hash); in hat_init()
2023 hmebp = &uhme_hash[i]; in hat_swapout()
5482 hmebp = &uhme_hash[i]; in hat_unload_large_virtual()
8968 uhmehash_reclaim_hand = hmebp = uhme_hash; in sfmmu_hblkcache_reclaim()
8988 if (hmebp++ == &uhme_hash[UHMEHASH_SZ]) in sfmmu_hblkcache_reclaim()
8989 hmebp = uhme_hash; in sfmmu_hblkcache_reclaim()
11326 ASSERT(hmebp >= uhme_hash && hmebp <= &uhme_hash[UHMEHASH_SZ]); in sfmmu_hblk_steal()
11369 if (hmebp++ == &uhme_hash[UHMEHASH_SZ]) in sfmmu_hblk_steal()
[all …]
H A Dhat_sfmmu.h1520 (&uhme_hash[ (((uintptr_t)(hatid) ^ ((uintptr_t)vaddr >> (shift))) & \
2346 extern struct hmehash_bucket *uhme_hash;
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2949 extern struct hmehash_bucket *khme_hash, *uhme_hash; in create_va_to_tte()
2978 (caddr_t)va_to_pa((caddr_t)uhme_hash), in create_va_to_tte()