Searched refs:hmehash_bucket (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 179 struct hmehash_bucket *uhme_hash; in sfmmu_vtop_impl() 180 struct hmehash_bucket *khme_hash; in sfmmu_vtop_impl() 184 struct hmehash_bucket mbucket; in sfmmu_vtop_impl() 185 struct hmehash_bucket *hmebp; in sfmmu_vtop_impl() 186 struct hmehash_bucket *shmebp; in sfmmu_vtop_impl()
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 395 struct hmehash_bucket *, uint_t, hmeblk_tag, uint_t, 406 static int sfmmu_steal_this_hblk(struct hmehash_bucket *, 420 static struct hmehash_bucket *sfmmu_tteload_acquire_hashbucket(sfmmu_t *, 423 struct hmehash_bucket *, caddr_t, uint_t, uint_t, 427 static void sfmmu_tteload_release_hashbucket(struct hmehash_bucket *); 502 struct hmehash_bucket *); 503 static void sfmmu_hblk_hash_rm(struct hmehash_bucket *, struct hme_blk *, 505 static void sfmmu_hblk_hash_add(struct hmehash_bucket *, struct hme_blk *, 558 struct hmehash_bucket *uhme_hash; /* user hmeblk hash table */ 559 struct hmehash_bucket *khme_hash; /* kernel hmeblk hash table */ [all …]
|
H A D | hat_sfmmu.h | 1378 struct hmehash_bucket { struct 1783 struct hmehash_bucket *khashstart; 1784 struct hmehash_bucket *uhashstart; 2358 extern struct hmehash_bucket *uhme_hash; 2359 extern struct hmehash_bucket *khme_hash;
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | startup.c | 2975 extern struct hmehash_bucket *khme_hash, *uhme_hash; in create_va_to_tte() 2996 OFFSET(struct hmehash_bucket, hmeh_nextpa), in create_va_to_tte() 2998 sizeof (struct hmehash_bucket), in create_va_to_tte()
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | offsets.in | 194 hmehash_bucket HMEBUCK_SIZE
|