Searched refs:sf_hment (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 58 struct sf_hment hmx_hmes[NHMENTS - 1]; 65 static struct sf_hment *mdb_sfmmu_hblktohme(struct hme_blk *, caddr_t, int *); 193 struct sf_hment *sfhmep; in sfmmu_vtop_impl() 307 sizeof (struct sf_hment) * (sfhmeinx - 1); in sfmmu_vtop_impl() 309 if (mdb_vread(sfhmep, sizeof (struct sf_hment), in sfmmu_vtop_impl() 370 static struct sf_hment *
|
/titanic_50/usr/src/uts/sun4/vm/ |
H A D | mach_kpm.h | 38 extern cpuset_t sfmmu_pageunload(page_t *, struct sf_hment *, int);
|
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.h | 1089 struct sf_hment { struct 1097 struct sf_hment *hme_next; /* next hment */ argument 1098 struct sf_hment *hme_prev; /* prev hment */ argument 1108 struct sf_hment sfment; /* corresponding dummy sf_hment */ 1115 #define SFHME_SZ (sizeof (struct sf_hment)) 1281 struct sf_hment hblk_hme[1]; /* hment array */ 1439 (NHMENTS - 1) * sizeof (struct sf_hment)) 2312 extern struct hme_blk *sfmmu_hmetohblk(struct sf_hment *);
|
H A D | hat_sfmmu.c | 445 cpuset_t sfmmu_pageunload(page_t *, struct sf_hment *, int); 447 static cpuset_t sfmmu_pagesync(page_t *, struct sf_hment *, uint_t); 928 ((struct sf_hment *)(pp->p_mapping))->hme_prev = hme;\ 3047 struct sf_hment *sfhme; in sfmmu_tteload_addentry() 4090 struct sf_hment *sfhme; in sfmmu_hblk_unlock() 4295 struct sf_hment *sfhmep, *osfhmep; in hat_add_callback() 4524 struct sf_hment *sfhmep, *osfhmep; in hat_delete_callback() 4933 struct sf_hment *sfhmep; in sfmmu_hblk_chgattr() 5262 struct sf_hment *sfhmep; in sfmmu_hblk_chgprot() 5914 struct sf_hment *sfhmep; in sfmmu_hblk_unload() [all …]
|
/titanic_50/usr/src/uts/sun4v/ml/ |
H A D | mach_offsets.in | 159 sf_hment SFHME_SIZE SFHME_SHIFT
|
/titanic_50/usr/src/uts/sun4u/ml/ |
H A D | mach_offsets.in | 124 sf_hment SFHME_SIZE SFHME_SHIFT
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | startup.c | 2987 sizeof (struct sf_hment), in create_va_to_tte() 2988 OFFSET(struct sf_hment, hme_tte), in create_va_to_tte()
|
/titanic_50/usr/src/uts/sun4u/vm/ |
H A D | mach_kpm.c | 1635 struct sf_hment *sfhmep; in sfmmu_kpm_vac_conflict() 1637 struct sf_hment *tmphme = NULL; in sfmmu_kpm_vac_conflict()
|
/titanic_50/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 2173 #error HMEBLK_TO_HMENT assumes sf_hment is power of 2 in size
|