Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4092 tte_t tteold, ttemod; in sfmmu_hblk_unlock() local
4107 ttemod = tteold; in sfmmu_hblk_unlock()
4109 ret = sfmmu_modifytte_try(&tteold, &ttemod, in sfmmu_hblk_unlock()
4936 tte_t tte, tteattr, tteflags, ttemod; in sfmmu_hblk_chgattr() local
5007 ttemod = tte; in sfmmu_hblk_chgattr()
5008 ttemod.ll = (ttemod.ll & ~tteflags.ll) | tteattr.ll; in sfmmu_hblk_chgattr()
5009 ASSERT(TTE_TO_TTEPFN(&ttemod) == TTE_TO_TTEPFN(&tte)); in sfmmu_hblk_chgattr()
5013 ttemod.tte_exec_perm = 0; in sfmmu_hblk_chgattr()
5015 ret = sfmmu_modifytte_try(&tte, &ttemod, in sfmmu_hblk_chgattr()
5265 tte_t tte, ttemod; in sfmmu_hblk_chgprot() local
[all …]