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

/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_segmap.c92 hat_attr |= (HAT_STRICTORDER | HAT_PLAT_NOCACHE);
H A Dgfxp_devmap.c166 dhp->dh_hat_attr = HAT_STRICTORDER;
H A Dgfxp_vm.c113 hat_attr = HAT_STRICTORDER | HAT_PLAT_NOCACHE;
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c440 hat_flags = HAT_NEVERSWAP | HAT_STRICTORDER;
577 mapping_attr = HAT_NEVERSWAP | HAT_STRICTORDER;
608 mapping_attr = HAT_NEVERSWAP | HAT_STRICTORDER;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpci_cfgacc_x86.c82 HAT_STRICTORDER, HAT_LOAD_LOCK);
H A Dddi_impl.c1572 *hataccp |= (HAT_STRICTORDER | HAT_PLAT_NOCACHE);
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h390 * HAT_STRICTORDER: the CPU must issue the references in order, as the
406 #define HAT_STRICTORDER 0x0000 macro
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_tools.c906 PROT_READ | PROT_WRITE | HAT_STRICTORDER,
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1127 hat_acc_flags = HAT_STRICTORDER;
1147 hat_acc_flags = HAT_STRICTORDER;
1311 hp->ah_hat_flags = HAT_NEVERSWAP | HAT_STRICTORDER;
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_impl.c1081 | HAT_STRICTORDER, HAT_LOAD_LOCK);
/illumos-gate/usr/src/uts/sun4/os/
H A Dstartup.c1482 bp_init(shm_alignment, HAT_STRICTORDER);
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1092 * The test for HAT_STRICTORDER is different because it's defined
1095 if (cache_attr == HAT_STRICTORDER) {
1737 * HAT_STRICTORDER: the CPU must issue the references in order, as the
1758 HAT_LOAD_NOCONSIST | HAT_STRICTORDER | HAT_UNORDERED_OK |
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4314 PROT_WRITE|HAT_STRICTORDER, HAT_LOAD_LOCK);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2332 case HAT_STRICTORDER:

Completed in 158 milliseconds