Searched refs:hme_blk (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 57 struct hme_blk hmx_hmeblk; 64 static void sfmmu_vtop_print_hmeblk(struct hme_blk *); 65 static struct sf_hment *mdb_sfmmu_hblktohme(struct hme_blk *, caddr_t, int *); 190 struct hme_blk *hmeblkp = NULL; 281 if (mdb_vread(&mhmeblkmax, sizeof (struct hme_blk), 283 mdb_warn("couldn't read hme_blk at %p\n", 292 /* found hme_blk */ 306 thmeblkp += sizeof (struct hme_blk) + 345 sfmmu_vtop_print_hmeblk(struct hme_blk *hmeblkp) 371 mdb_sfmmu_hblktohme(struct hme_blk *hmeblk [all...] |
/illumos-gate/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 155 #define HBLK_RESERVE ((struct hme_blk *)hblk_reserve) 160 static struct hme_blk *freehblkp; 393 static struct hme_blk *sfmmu_shadow_hcreate(sfmmu_t *, caddr_t, int, uint_t); 394 static struct hme_blk *sfmmu_hblk_alloc(sfmmu_t *, caddr_t, 397 static caddr_t sfmmu_hblk_unload(struct hat *, struct hme_blk *, caddr_t, 399 static caddr_t sfmmu_hblk_sync(struct hat *, struct hme_blk *, caddr_t, 401 static void sfmmu_hblk_free(struct hme_blk **); 402 static void sfmmu_hblks_list_purge(struct hme_blk **, int); 403 static uint_t sfmmu_get_free_hblk(struct hme_blk **, uint_t); 404 static uint_t sfmmu_put_free_hblk(struct hme_blk *, uint_ [all...] |
H A D | hat_sfmmu.h | 507 struct hme_blk *chp_listp; 1121 * structure used to obtain a match on a hme_blk. Currently consists of 1123 * hme_blk, and the rehash count. The rehash count is actually only 2 bits 1140 uint64_t hblk_basepg: 51, /* hme_blk base pg # */ 1142 hblk_rid: 10; /* hme_blk region id */ 1197 #define NHMENTS 8 /* # of hments in an 8k hme_blk */ 1223 * The hme_blk is the node data structure which the hash structure 1224 * mantains. An hme_blk can have 2 different sizes depending on the 1226 * or 4M hments there is one hment per hme_blk. When dealing with 1227 * 8k hments we allocate an hme_blk plu 1251 struct hme_blk { struct [all...] |
/illumos-gate/usr/src/uts/sun4/os/ |
H A D | startup.c | 2989 OFFSET(struct hme_blk, hblk_tag), 2990 OFFSET(struct hme_blk, hblk_nextpa), 2991 OFFSET(struct hme_blk, hblk_misc), 2992 OFFSET(struct hme_blk, hblk_hme),
|
/illumos-gate/usr/src/uts/sun4u/vm/ |
H A D | mach_kpm.c | 1638 struct hme_blk *hmeblkp;
|
Completed in 446 milliseconds