Lines Matching defs:old

1155 	 * memory, which corresponds to the old static reserve for TSBs.
1739 * accessing the old context domains.
1741 * sfmmu_ctxdoms_update(void) frees space used by old context domains and
3301 * If remap and new tte differs from old tte we need
4973 * if the new attr is the same as old
5311 * if the new protection is the same as old
7327 * replace old pfn with new pfn in TTE
7347 * move p_mapping list from old page to new page
8599 * move from the old scd to a new scd, in which case, we want to
9210 * . We're called w/ the "old" groupleader page and the old ottesz,
9213 * . We call tst_tnc w/ the old groupleader only, and if there is no
9870 * If tsb grows with new tsb size > 4M and old tsb size < 4M,
9925 * the old implementation did. This is particuarly true if we are
9967 * We need to migrate TSB entries from the old TSB to the new TSB
9976 * Drop the HAT lock to free our old tsb_info.
10204 * TSB (in which case it's required to prevent using the old one
10630 struct hme_blk *old, *hblkp, *prev;
10644 old = HBLK_RESERVE;
10645 ASSERT(!old->hblk_shared);
10652 base = (caddr_t)get_hblk_base(old);
10653 endaddr = base + get_hblk_span(old);
10662 * copy contents from old to new
10664 bcopy((void *)old, (void *)new, HME8BLK_SZ);
10674 * is prior to old in hash chain when we call sfmmu_hblk_hash_rm to
10675 * remove old later.
10678 hblkp = hmebp->hmeblkp; hblkp != NULL && hblkp != old;
10682 if (hblkp != old)
10694 * tsbmiss could only modify ref/mod bits of hments in old/new.
10698 * old and new are identical except for ref/mod bits.
10702 HBLKTOHME(osfhme, old, vaddr);
10724 * remove old from hash chain
10726 sfmmu_hblk_hash_rm(hmebp, old, prev, &list, 1);
10745 bzero((void *)old, HME8BLK_SZ);
10746 old->hblk_nextpa = va_to_pa((caddr_t)old);
11012 * Here we cleanup old invalid hmeblks with this rid,
13483 struct tsbe *old;
13500 old = (struct tsbe *)old_tsbinfo->tsb_va;
13502 for (i = 0; i < old_entries; i++, old++) {
13504 prefetch_tsbe_read(old);
13505 if (!old->tte_tag.tag_invalid) {
13513 if (TTE_CSZ(&old->tte_data) == TTE64K ||
13514 TTE_CSZ(&old->tte_data) == TTE512K)
13517 if (TTE_CSZ(&old->tte_data) == TTE32M ||
13518 TTE_CSZ(&old->tte_data) == TTE256M)
13523 va = *(uint64_t *)old << 22;
13532 TTE_BSZS_SHIFT(TTE_CSZ(&old->tte_data)) &
13539 *new = *old;
14943 * sfmmup leaves the old scd. Update sfmmu_ttecnt to
14945 * were in the old SCD