Home
last modified time | relevance | path

Searched refs:tte_lock (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h86 #define tte_lock tte_bit.lock macro
248 #define TTE_IS_LOCKED(ttep) ((ttep)->tte_lock)
260 #define TTE_SET_LOCKED(ttep) ((ttep)->tte_lock = 1)
261 #define TTE_CLR_LOCKED(ttep) ((ttep)->tte_lock = 0)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h99 #define tte_lock tte_bit.l macro
293 #define TTE_IS_LOCKED(ttep) ((ttep)->tte_lock)
306 #define TTE_SET_LOCKED(ttep) ((ttep)->tte_lock = 1)
307 #define TTE_CLR_LOCKED(ttep) ((ttep)->tte_lock = 0)