Searched refs:IOMEM_DATA_CACHED (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dddidmareq.h756 * IOMEM_DATA_CACHED
770 * values leads to a failure. On the sparc architecture, only IOMEM_DATA_CACHED
773 #define IOMEM_DATA_CACHED 0x10000 /* data is cached */ macro
789 * return IOMEM_DATA_CACHED (default attribute).
793 IOMEM_DATA_CACHED)
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_devmap.c108 l_flags |= IOMEM_DATA_CACHED;
H A Dgfxp_vm.c200 l_flags |= IOMEM_DATA_CACHED;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dddi_impl.c1543 if (cache_attr & (IOMEM_DATA_UNCACHED | IOMEM_DATA_CACHED |
1578 case IOMEM_DATA_CACHED:
1730 i_ddi_cacheattr_to_hatacc(IOMEM_DATA_CACHED, &order);
/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1008 * On the sparc architecture, only IOMEM_DATA_CACHED is meaningful,
1011 if (cache_attr & IOMEM_DATA_CACHED)
1034 case IOMEM_DATA_CACHED:
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.c679 PROT_ALL, IOMEM_DATA_CACHED, NULL);

Completed in 60 milliseconds