Searched refs:TTE_IS_WRITABLE (Results 1 – 3 of 3) sorted by relevance
244 #define TTE_IS_WRITABLE(ttep) ((ttep)->tte_wr_perm) macro
289 #define TTE_IS_WRITABLE(ttep) ((ttep)->tte_wr_perm) macro
2654 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()