Lines Matching defs:newtsb
10213 struct tsb_info *newtsb;
10227 if ((sfmmu_tsbinfo_alloc(&newtsb, tsb_szc, tsb_bits,
10230 sfmmu_tsbinfo_alloc(&newtsb, TSB_4M_SZCODE,
10232 sfmmu_tsbinfo_alloc(&newtsb, TSB_MIN_SZCODE,
10242 sfmmup->sfmmu_tsb->tsb_next = newtsb;
10257 sfmmu_tsbinfo_free(newtsb);
14512 struct tsb_info *newtsb;
14593 if (sfmmu_tsbinfo_alloc(&newtsb, tsb_szc,
14596 sfmmu_tsbinfo_alloc(&newtsb, TSB_4M_SZCODE,
14608 newtsb->tsb_flags |= TSB_SHAREDCTX;
14609 scsfmmup->sfmmu_tsb->tsb_next = newtsb;