Searched refs:hmehash_bucket (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 179 struct hmehash_bucket *uhme_hash; 180 struct hmehash_bucket *khme_hash; 184 struct hmehash_bucket mbucket; 185 struct hmehash_bucket *hmebp; 186 struct hmehash_bucket *shmebp;
|
/illumos-gate/usr/src/uts/sun4/vm/ |
H A D | sfmmu.c | 883 return ((uhmehash_num + khmehash_num) * sizeof (struct hmehash_bucket)); 891 khme_hash = (struct hmehash_bucket *)alloc_base; 892 khmehash_sz = khmehash_num * sizeof (struct hmehash_bucket); 895 uhme_hash = (struct hmehash_bucket *)alloc_base; 896 uhmehash_sz = uhmehash_num * sizeof (struct hmehash_bucket);
|
/illumos-gate/usr/src/uts/sfmmu/vm/ |
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;
|
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_has [all...] |
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | startup.c | 2975 extern struct hmehash_bucket *khme_hash, *uhme_hash; 2996 OFFSET(struct hmehash_bucket, hmeh_nextpa), 2998 sizeof (struct hmehash_bucket),
|
Completed in 94 milliseconds