Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c9825 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()
[all …]