Home
last modified time | relevance | path

Searched refs:new_tsbinfo (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9823 struct tsb_info *new_tsbinfo = NULL; in sfmmu_replace_tsb() local
9871 if (sfmmu_tsbinfo_alloc(&new_tsbinfo, szc, in sfmmu_replace_tsb()
9876 sfmmu_tsbinfo_alloc(&new_tsbinfo, TSB_4M_SZCODE, in sfmmu_replace_tsb()
9896 sfmmu_tsbinfo_free(new_tsbinfo); in sfmmu_replace_tsb()
9952 new_tsbinfo->tsb_next = old_tsbinfo->tsb_next; in sfmmu_replace_tsb()
9955 prevtsb->tsb_next = new_tsbinfo; in sfmmu_replace_tsb()
9957 sfmmup->sfmmu_tsb = new_tsbinfo; in sfmmu_replace_tsb()
9965 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()
[all …]