Home
last modified time | relevance | path

Searched refs:HAT_STRICTORDER (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vm.c112 hat_attr = HAT_STRICTORDER | HAT_PLAT_NOCACHE; in gfxp_map_kernel_space()
331 hat_attr = HAT_STRICTORDER | HAT_PLAT_NOCACHE; in gfxp_load_kernel_space()
H A Dgfxp_segmap.c93 hat_attr |= (HAT_STRICTORDER | HAT_PLAT_NOCACHE); in gfxp_ddi_segmap_setup()
H A Dgfxp_devmap.c166 dhp->dh_hat_attr = HAT_STRICTORDER; in gfxp_map_devmem()
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c440 hat_flags = HAT_NEVERSWAP | HAT_STRICTORDER; in rootnex_map_handle()
577 mapping_attr = HAT_NEVERSWAP | HAT_STRICTORDER; in rootnex_map()
608 mapping_attr = HAT_NEVERSWAP | HAT_STRICTORDER; in rootnex_map()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c82 HAT_STRICTORDER, HAT_LOAD_LOCK); in pci_cfgacc_map()
H A Dddi_impl.c1561 *hataccp |= (HAT_STRICTORDER | HAT_PLAT_NOCACHE); in i_ddi_cacheattr_to_hatacc()
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h406 #define HAT_STRICTORDER 0x0000 macro
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c912 PROT_READ | PROT_WRITE | HAT_STRICTORDER, in pcitool_map()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1120 hat_acc_flags = HAT_STRICTORDER; in rootnex_map_regspec()
1142 hat_acc_flags = HAT_STRICTORDER; in rootnex_map_regspec()
1298 hp->ah_hat_flags = HAT_NEVERSWAP | HAT_STRICTORDER; in rootnex_map_handle()
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1478 bp_init(shm_alignment, HAT_STRICTORDER); in startup_memlist()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1604 if (cache_attr == HAT_STRICTORDER) { in hati_mkpte()
2273 HAT_LOAD_NOCONSIST | HAT_STRICTORDER | HAT_UNORDERED_OK |
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c1082 | HAT_STRICTORDER, HAT_LOAD_LOCK); in amd_iommu_init()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4286 PROT_WRITE|HAT_STRICTORDER, HAT_LOAD_LOCK); in myri10ge_enable_nvidia_ecrc()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2333 case HAT_STRICTORDER: in hat_devload()