Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h88 #define tte_cv tte_bit.cv macro
278 #define TTE_IS_VCACHEABLE(ttep) ((ttep)->tte_cv)
279 #define TTE_SET_VCACHEABLE(ttep) ((ttep)->tte_cv = 1)
280 #define TTE_CLR_VCACHEABLE(ttep) ((ttep)->tte_cv = 0)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h101 #define tte_cv tte_bit.cv macro
323 #define TTE_IS_VCACHEABLE(ttep) ((ttep)->tte_cv)
324 #define TTE_SET_VCACHEABLE(ttep) ((ttep)->tte_cv = 1)
325 #define TTE_CLR_VCACHEABLE(ttep) ((ttep)->tte_cv = 0)