Searched refs:hmehash_bucket (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 883 return ((uhmehash_num + khmehash_num) * sizeof (struct hmehash_bucket)); in calc_hmehash_sz() 891 khme_hash = (struct hmehash_bucket *)alloc_base; in alloc_hmehash() 892 khmehash_sz = khmehash_num * sizeof (struct hmehash_bucket); in alloc_hmehash() 895 uhme_hash = (struct hmehash_bucket *)alloc_base; in alloc_hmehash() 896 uhmehash_sz = uhmehash_num * sizeof (struct hmehash_bucket); in alloc_hmehash()
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 396 struct hmehash_bucket *, uint_t, hmeblk_tag, uint_t, 407 static int sfmmu_steal_this_hblk(struct hmehash_bucket *, 421 static struct hmehash_bucket *sfmmu_tteload_acquire_hashbucket(sfmmu_t *, 424 struct hmehash_bucket *, caddr_t, uint_t, uint_t, 428 static void sfmmu_tteload_release_hashbucket(struct hmehash_bucket *); 503 struct hmehash_bucket *); 504 static void sfmmu_hblk_hash_rm(struct hmehash_bucket *, struct hme_blk *, 506 static void sfmmu_hblk_hash_add(struct hmehash_bucket *, struct hme_blk *, 559 struct hmehash_bucket *uhme_hash; /* user hmeblk hash table */ 560 struct hmehash_bucket *khme_hash; /* kernel hmeblk hash table */ [all …]
|
H A D | hat_sfmmu.h | 1369 struct hmehash_bucket { struct 1774 struct hmehash_bucket *khashstart; 1775 struct hmehash_bucket *uhashstart; 2346 extern struct hmehash_bucket *uhme_hash; 2347 extern struct hmehash_bucket *khme_hash;
|
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | startup.c | 2949 extern struct hmehash_bucket *khme_hash, *uhme_hash; in create_va_to_tte() 2970 OFFSET(struct hmehash_bucket, hmeh_nextpa), in create_va_to_tte() 2972 sizeof (struct hmehash_bucket), in create_va_to_tte()
|
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 194 hmehash_bucket HMEBUCK_SIZE
|