Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c891 khme_hash = (struct hmehash_bucket *)alloc_base; in alloc_hmehash()
899 PRM_DEBUG(khme_hash); in alloc_hmehash()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1522 (&khme_hash[ (((uintptr_t)(hatid) ^ ((uintptr_t)vaddr >> (shift))) & \
2347 extern struct hmehash_bucket *khme_hash;
H A Dhat_sfmmu.c560 struct hmehash_bucket *khme_hash; /* kernel hmeblk hash table */ variable
1077 mutex_init(&khme_hash[i].hmehash_mutex, NULL, in hat_init()
1079 khme_hash[i].hmeh_nextpa = HMEBLK_ENDPA; in hat_init()
1355 khme_hash_pa = va_to_pa(khme_hash); in hat_init()
8993 if (hmebp == NULL || hmebp > &khme_hash[KHMEHASH_SZ]) in sfmmu_hblkcache_reclaim()
8994 khmehash_reclaim_hand = hmebp = khme_hash; in sfmmu_hblkcache_reclaim()
9014 if (hmebp++ == &khme_hash[KHMEHASH_SZ]) in sfmmu_hblkcache_reclaim()
9015 hmebp = khme_hash; in sfmmu_hblkcache_reclaim()
11381 for (i = 0, hmebp = khme_hash; i <= KHMEHASH_SZ; i++) { in sfmmu_hblk_steal()
11412 if (hmebp++ == &khme_hash[KHMEHASH_SZ]) in sfmmu_hblk_steal()
[all …]
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c2949 extern struct hmehash_bucket *khme_hash, *uhme_hash; in create_va_to_tte()
2979 (caddr_t)va_to_pa((caddr_t)khme_hash), in create_va_to_tte()