Searched refs:tsb_info (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.c352 struct tsb_info *tsbinfop;
384 struct tsb_info *scd8ktsbp =
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c506 struct tsb_info tsbinfo;
555 if (mdb_vread(&tsbinfo, sizeof (struct tsb_info), addr) == -1) {
556 mdb_warn("failed to read struct tsb_info at %p", addr);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c464 static void sfmmu_tsbinfo_setup_phys(struct tsb_info *, pfn_t);
465 static int sfmmu_tsbinfo_alloc(struct tsb_info **, int, int, uint_t,
467 static void sfmmu_tsb_free(struct tsb_info *);
468 static void sfmmu_tsbinfo_free(struct tsb_info *);
469 static int sfmmu_init_tsbinfo(struct tsb_info *, int, int, uint_t,
479 static void sfmmu_copy_tsb(struct tsb_info *, struct tsb_info *);
480 static tsb_replace_rc_t sfmmu_replace_tsb(sfmmu_t *, struct tsb_info *, uint_t,
835 * tsb_info which handles that TTE size.
1141 sizeof (struct tsb_info),
[all...]
H A Dhat_sfmmu.h236 struct tsb_info { struct
239 struct tsb_info *tsb_next; /* next tsb used by this process */
690 struct tsb_info *sfmmu_tsb; /* list of per as tsbs */
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c687 struct tsb_info *tsbinfop;

Completed in 140 milliseconds