Searched refs:uhme_hash (Results 1 – 4 of 4) sorted by relevance
895 uhme_hash = (struct hmehash_bucket *)alloc_base; in alloc_hmehash()900 PRM_DEBUG(uhme_hash); in alloc_hmehash()
559 struct hmehash_bucket *uhme_hash; /* user hmeblk hash table */ variable1082 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()8967 if (hmebp == NULL || hmebp > &uhme_hash[UHMEHASH_SZ]) in sfmmu_hblkcache_reclaim()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()[all …]
1520 (&uhme_hash[ (((uintptr_t)(hatid) ^ ((uintptr_t)vaddr >> (shift))) & \2346 extern struct hmehash_bucket *uhme_hash;
2949 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()