Lines Matching refs:new_tsbinfo
9825 struct tsb_info *new_tsbinfo = NULL; in sfmmu_replace_tsb() local
9873 if (sfmmu_tsbinfo_alloc(&new_tsbinfo, szc, in sfmmu_replace_tsb()
9878 sfmmu_tsbinfo_alloc(&new_tsbinfo, TSB_4M_SZCODE, in sfmmu_replace_tsb()
9898 sfmmu_tsbinfo_free(new_tsbinfo); in sfmmu_replace_tsb()
9954 new_tsbinfo->tsb_next = old_tsbinfo->tsb_next; in sfmmu_replace_tsb()
9957 prevtsb->tsb_next = new_tsbinfo; in sfmmu_replace_tsb()
9959 sfmmup->sfmmu_tsb = new_tsbinfo; in sfmmu_replace_tsb()
9967 sfmmu_copy_tsb(old_tsbinfo, new_tsbinfo); in sfmmu_replace_tsb()
13471 sfmmu_copy_tsb(struct tsb_info *old_tsbinfo, struct tsb_info *new_tsbinfo) in sfmmu_copy_tsb() argument
13474 int new_bytes = TSB_BYTES(new_tsbinfo->tsb_szc); in sfmmu_copy_tsb()
13476 int new_entries = TSB_ENTRIES(new_tsbinfo->tsb_szc); in sfmmu_copy_tsb()
13479 struct tsbe *new_base = (struct tsbe *)new_tsbinfo->tsb_va; in sfmmu_copy_tsb()
13487 bcopy(old_tsbinfo->tsb_va, new_tsbinfo->tsb_va, new_bytes); in sfmmu_copy_tsb()