Searched refs:tsb_info (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_sfmmu.c | 352 struct tsb_info *tsbinfop; 384 struct tsb_info *scd8ktsbp =
|
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/ |
H A D | sfmmu.c | 506 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 D | hat_sfmmu.c | 464 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 D | hat_sfmmu.h | 236 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 D | us3_common.c | 687 struct tsb_info *tsbinfop;
|
Completed in 82 milliseconds