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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h104 #define tte_hwwr tte_bit.w macro
299 #define TTE_IS_MOD(ttep) ((ttep)->tte_hwwr)
308 #define TTE_SET_MOD(ttep) ((ttep)->tte_hwwr = 1)
309 #define TTE_CLR_MOD(ttep) ((ttep)->tte_hwwr = 0)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h91 #define tte_hwwr tte_bit.w macro
253 #define TTE_IS_MOD(ttep) ((ttep)->tte_hwwr)
262 #define TTE_SET_MOD(ttep) ((ttep)->tte_hwwr = 1)
263 #define TTE_CLR_MOD(ttep) ((ttep)->tte_hwwr = 0)
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c667 tsbp->tte_data.tte_hwwr,

Completed in 48 milliseconds