Home
last modified time | relevance | path

Searched refs:SFMMU_UNCACHEPTTE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dpte.h192 (((attr) & SFMMU_UNCACHEPTTE) ? 0: TTE_CP_INT)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dpte.h235 (((attr) & SFMMU_UNCACHEPTTE) ? 0: TTE_CP_INT)
/illumos-gate/usr/src/uts/sun4/vm/
H A Dsfmmu.c297 attr |= (TTE_IS_PCACHEABLE(ttep)) ? 0 : SFMMU_UNCACHEPTTE; in sfmmu_map_prom_mappings()
320 if (attr & SFMMU_UNCACHEPTTE) { in sfmmu_map_prom_mappings()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h78 #define SFMMU_UNCACHEPTTE 0x01000000 /* unencache in physical $ */ macro
83 SFMMU_UNCACHEPTTE | SFMMU_UNCACHEVTTE | SFMMU_SIDEFFECT)
H A Dhat_sfmmu.c2330 attr |= SFMMU_UNCACHEPTTE | HAT_NOSYNC; in hat_devload()
5151 attr |= SFMMU_UNCACHEPTTE; in sfmmu_ptov_attr()