Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h244 #define TTE_IS_WRITABLE(ttep) ((ttep)->tte_wr_perm) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h289 #define TTE_IS_WRITABLE(ttep) ((ttep)->tte_wr_perm) macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2654 if (TTE_IS_WRITABLE(ttep)) { in sfmmu_memtte()
3071 if ((flags & HAT_LOAD_SHARE) && TTE_IS_WRITABLE(ttep)) { in sfmmu_tteload_addentry()
3164 if (TTE_IS_WRITABLE(ttep) && PP_ISRO(pp)) { in sfmmu_tteload_addentry()
3169 (!TTE_IS_WRITABLE(ttep)) && !(PP_ISMOD(pp))) { in sfmmu_tteload_addentry()
3426 if (TTE_IS_WRITABLE(ttep) && PP_ISRO(pp)) { in sfmmu_pagearray_setup()
3430 } else if (!PP_ISMAPPED(pp) && !TTE_IS_WRITABLE(ttep) && in sfmmu_pagearray_setup()
4982 if (!TTE_IS_WRITABLE(&tteattr)) { in sfmmu_hblk_chgattr()
5129 if (TTE_IS_WRITABLE(ttep)) { in sfmmu_ptov_attr()
7577 if (TTE_IS_VALID(&tte) && TTE_IS_WRITABLE(&tte)) { in sfmmu_pageclrwrt()