Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4123 tte_t tteold, ttemod; in sfmmu_hblk_unlock() local
4138 ttemod = tteold; in sfmmu_hblk_unlock()
4140 ret = sfmmu_modifytte_try(&tteold, &ttemod, in sfmmu_hblk_unlock()
5005 tte_t tte, tteattr, tteflags, ttemod; in sfmmu_hblk_chgattr() local
5076 ttemod = tte; in sfmmu_hblk_chgattr()
5077 ttemod.ll = (ttemod.ll & ~tteflags.ll) | tteattr.ll; in sfmmu_hblk_chgattr()
5078 ASSERT(TTE_TO_TTEPFN(&ttemod) == TTE_TO_TTEPFN(&tte)); in sfmmu_hblk_chgattr()
5082 ttemod.tte_exec_perm = 0; in sfmmu_hblk_chgattr()
5084 ret = sfmmu_modifytte_try(&tte, &ttemod, in sfmmu_hblk_chgattr()
5346 tte_t tte, ttemod; in sfmmu_hblk_chgprot() local
[all …]