Home
last modified time | relevance | path

Searched refs:sf_hment (Results 1 – 9 of 9) sorted by relevance

/titanic_50/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c58 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 Dmach_kpm.h38 extern cpuset_t sfmmu_pageunload(page_t *, struct sf_hment *, int);
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h1089 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 Dhat_sfmmu.c445 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 Dmach_offsets.in159 sf_hment SFHME_SIZE SFHME_SHIFT
/titanic_50/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in124 sf_hment SFHME_SIZE SFHME_SHIFT
/titanic_50/usr/src/uts/sun4/os/
H A Dstartup.c2987 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 Dmach_kpm.c1635 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 Dsfmmu_asm.s2173 #error HMEBLK_TO_HMENT assumes sf_hment is power of 2 in size