Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4091 tte_t tteold, ttemod; in sfmmu_hblk_unlock() local
4106 ttemod = tteold; in sfmmu_hblk_unlock()
4108 ret = sfmmu_modifytte_try(&tteold, &ttemod, in sfmmu_hblk_unlock()
4932 tte_t tte, tteattr, tteflags, ttemod; in sfmmu_hblk_chgattr() local
5003 ttemod = tte; in sfmmu_hblk_chgattr()
5004 ttemod.ll = (ttemod.ll & ~tteflags.ll) | tteattr.ll; in sfmmu_hblk_chgattr()
5005 ASSERT(TTE_TO_TTEPFN(&ttemod) == TTE_TO_TTEPFN(&tte)); in sfmmu_hblk_chgattr()
5009 ttemod.tte_exec_perm = 0; in sfmmu_hblk_chgattr()
5011 ret = sfmmu_modifytte_try(&tte, &ttemod, in sfmmu_hblk_chgattr()
5261 tte_t tte, ttemod; in sfmmu_hblk_chgprot() local
[all …]