Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9822 sfmmu_replace_tsb(sfmmu_t *sfmmup, struct tsb_info *old_tsbinfo, uint_t szc, in sfmmu_replace_tsb() argument
9844 curtsb != old_tsbinfo && curtsb != NULL; in sfmmu_replace_tsb()
9860 tte_sz_mask = old_tsbinfo->tsb_ttesz_mask; in sfmmu_replace_tsb()
9877 (old_tsbinfo->tsb_szc >= TSB_4M_SZCODE)) || in sfmmu_replace_tsb()
9906 curtsb != old_tsbinfo && curtsb != NULL; in sfmmu_replace_tsb()
9954 new_tsbinfo->tsb_next = old_tsbinfo->tsb_next; in sfmmu_replace_tsb()
9967 sfmmu_copy_tsb(old_tsbinfo, new_tsbinfo); in sfmmu_replace_tsb()
9982 sfmmu_tsbinfo_free(old_tsbinfo); in sfmmu_replace_tsb()
13471 sfmmu_copy_tsb(struct tsb_info *old_tsbinfo, struct tsb_info *new_tsbinfo) in sfmmu_copy_tsb() argument
13473 int old_bytes = TSB_BYTES(old_tsbinfo->tsb_szc); in sfmmu_copy_tsb()
[all …]