Home
last modified time | relevance | path

Searched refs:TTE_IS_SIDEFFECT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h249 #define TTE_IS_SIDEFFECT(ttep) ((ttep)->tte_se) macro
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h295 #define TTE_IS_SIDEFFECT(ttep) ((ttep)->tte_se) macro
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c298 attr |= (TTE_IS_SIDEFFECT(ttep)) ? SFMMU_SIDEFFECT : 0; in sfmmu_map_prom_mappings()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c5144 if (TTE_IS_SIDEFFECT(ttep)) { in sfmmu_ptov_attr()