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
2683 if (TTE_IS_WRITABLE(ttep)) { in sfmmu_memtte()3100 if ((flags & HAT_LOAD_SHARE) && TTE_IS_WRITABLE(ttep)) { in sfmmu_tteload_addentry()3193 if (TTE_IS_WRITABLE(ttep) && PP_ISRO(pp)) { in sfmmu_tteload_addentry()3198 (!TTE_IS_WRITABLE(ttep)) && !(PP_ISMOD(pp))) { in sfmmu_tteload_addentry()3455 if (TTE_IS_WRITABLE(ttep) && PP_ISRO(pp)) { in sfmmu_pagearray_setup()3459 } else if (!PP_ISMAPPED(pp) && !TTE_IS_WRITABLE(ttep) && in sfmmu_pagearray_setup()5051 if (!TTE_IS_WRITABLE(&tteattr)) { in sfmmu_hblk_chgattr()5198 if (TTE_IS_WRITABLE(ttep)) { in sfmmu_ptov_attr()7710 if (TTE_IS_VALID(&tte) && TTE_IS_WRITABLE(&tte)) { in sfmmu_pageclrwrt()