Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c179 struct hmehash_bucket *uhme_hash; in sfmmu_vtop_impl() local
207 SFMMU_VTOP_READSYM(uhme_hash, "uhme_hash", "sfmmu_vtop_impl"); in sfmmu_vtop_impl()
208 SFMMU_VTOP_DBG_DBG("uhme_hash=%p\t", uhme_hash); in sfmmu_vtop_impl()
/titanic_50/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()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c558 struct hmehash_bucket *uhme_hash; /* user hmeblk hash table */ variable
1081 mutex_init(&uhme_hash[i].hmehash_mutex, NULL, in hat_init()
1083 uhme_hash[i].hmeh_nextpa = HMEBLK_ENDPA; in hat_init()
1353 uhme_hash_pa = va_to_pa(uhme_hash); in hat_init()
2022 hmebp = &uhme_hash[i]; in hat_swapout()
5478 hmebp = &uhme_hash[i]; in hat_unload_large_virtual()
8965 if (hmebp == NULL || hmebp > &uhme_hash[UHMEHASH_SZ]) in sfmmu_hblkcache_reclaim()
8966 uhmehash_reclaim_hand = hmebp = uhme_hash; in sfmmu_hblkcache_reclaim()
8986 if (hmebp++ == &uhme_hash[UHMEHASH_SZ]) in sfmmu_hblkcache_reclaim()
8987 hmebp = uhme_hash; in sfmmu_hblkcache_reclaim()
[all …]
H A Dhat_sfmmu.h1520 (&uhme_hash[ (((uintptr_t)(hatid) ^ ((uintptr_t)vaddr >> (shift))) & \
2346 extern struct hmehash_bucket *uhme_hash;
/titanic_50/usr/src/uts/sun4/os/
H A Dstartup.c2975 extern struct hmehash_bucket *khme_hash, *uhme_hash; in create_va_to_tte()
3004 (caddr_t)va_to_pa((caddr_t)uhme_hash), in create_va_to_tte()