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

/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/sun4v/sys/
H A Dpte.h244 #define TTE_IS_WRITABLE(ttep) ((ttep)->tte_wr_perm) macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2653 if (TTE_IS_WRITABLE(ttep)) {
3070 if ((flags & HAT_LOAD_SHARE) && TTE_IS_WRITABLE(ttep)) {
3163 if (TTE_IS_WRITABLE(ttep) && PP_ISRO(pp)) {
3168 (!TTE_IS_WRITABLE(ttep)) && !(PP_ISMOD(pp))) {
3425 if (TTE_IS_WRITABLE(ttep) && PP_ISRO(pp)) {
3429 } else if (!PP_ISMAPPED(pp) && !TTE_IS_WRITABLE(ttep) &&
4978 if (!TTE_IS_WRITABLE(&tteattr)) {
5125 if (TTE_IS_WRITABLE(ttep)) {
7581 if (TTE_IS_VALID(&tte) && TTE_IS_WRITABLE(&tte)) {

Completed in 131 milliseconds