Searched defs:new_tsbinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9829 struct tsb_info *new_tsbinfo = NULL; local
9877 if (sfmmu_tsbinfo_alloc(&new_tsbinfo, szc,
9882 sfmmu_tsbinfo_alloc(&new_tsbinfo, TSB_4M_SZCODE,
9902 sfmmu_tsbinfo_free(new_tsbinfo);
9958 new_tsbinfo->tsb_next = old_tsbinfo->tsb_next;
9961 prevtsb->tsb_next = new_tsbinfo;
9963 sfmmup->sfmmu_tsb = new_tsbinfo;
9971 sfmmu_copy_tsb(old_tsbinfo, new_tsbinfo);
13477 sfmmu_copy_tsb(struct tsb_info *old_tsbinfo, struct tsb_info *new_tsbinfo) argument
13480 int new_bytes = TSB_BYTES(new_tsbinfo
[all...]

Completed in 91 milliseconds