Searched refs:HAT_STORECACHING_OK (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/
H A Dppage.c80 HAT_STORECACHING_OK | PROT_READ | PROT_WRITE | HAT_NOSYNC,
95 HAT_STORECACHING_OK | PROT_READ | PROT_WRITE | HAT_NOSYNC,
H A Dcpr_impl.c471 (PROT_READ|PROT_WRITE|PROT_EXEC|HAT_STORECACHING_OK|HAT_NOSYNC),
H A Dstartup.c1529 bp_init(MMU_PAGESIZE, HAT_STORECACHING_OK);
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_devmap.c162 dhp->dh_hat_attr = HAT_STORECACHING_OK;
H A Dgfxp_vm.c109 hat_attr = HAT_STORECACHING_OK;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c563 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK,
603 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK,
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c465 hat_flags |= HAT_STORECACHING_OK;
602 mapping_attr |= HAT_STORECACHING_OK;
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h402 * HAT_STORECACHING_OK: the CPU may keep the data in the cache and push it to
410 #define HAT_STORECACHING_OK 0x0400 macro
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1098 } else if (cache_attr & (HAT_UNORDERED_OK | HAT_STORECACHING_OK)) {
1516 attr |= HAT_STORECACHING_OK;
1607 * always set HAT_STORECACHING_OK.
1609 attr |= HAT_STORECACHING_OK;
1651 * set HAT_STORECACHING_OK.
1653 attr |= HAT_STORECACHING_OK;
1749 * HAT_STORECACHING_OK: the CPU may keep the data in the cache and push it to
1759 HAT_MERGING_OK | HAT_LOADCACHING_OK | HAT_STORECACHING_OK;
1818 a |= HAT_STORECACHING_OK;
H A Dvm_machdep.c3770 PROT_READ | HAT_STORECACHING_OK, HAT_LOAD_NOCONSIST); local
3772 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK, local
3849 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK,
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1139 hat_acc_flags = HAT_STORECACHING_OK;
1335 hp->ah_hat_flags |= HAT_STORECACHING_OK;
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2342 case HAT_STORECACHING_OK:

Completed in 141 milliseconds