Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/
H A Dppage.c78 HAT_STORECACHING_OK | PROT_READ | PROT_WRITE | HAT_NOSYNC, in i86_pp_map()
93 HAT_STORECACHING_OK | PROT_READ | PROT_WRITE | HAT_NOSYNC, in i86_va_map()
H A Dcpr_impl.c465 (PROT_READ|PROT_WRITE|PROT_EXEC|HAT_STORECACHING_OK|HAT_NOSYNC), in map_wakeaddr_1to1()
H A Dstartup.c1439 bp_init(MMU_PAGESIZE, HAT_STORECACHING_OK); in startup_kmem()
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vm.c108 hat_attr = HAT_STORECACHING_OK; in gfxp_map_kernel_space()
327 hat_attr = HAT_STORECACHING_OK; in gfxp_load_kernel_space()
H A Dgfxp_devmap.c162 dhp->dh_hat_attr = HAT_STORECACHING_OK; in gfxp_map_devmem()
/illumos-gate/usr/src/uts/common/xen/os/
H A Dgnttab.c561 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK, in gnttab_map()
601 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK, in gnttab_init()
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c465 hat_flags |= HAT_STORECACHING_OK; in rootnex_map_handle()
602 mapping_attr |= HAT_STORECACHING_OK; in rootnex_map()
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h410 #define HAT_STORECACHING_OK 0x0400 macro
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1607 } else if (cache_attr & (HAT_UNORDERED_OK | HAT_STORECACHING_OK)) { in hati_mkpte()
2031 attr |= HAT_STORECACHING_OK; in hat_kmap_load()
2124 attr |= HAT_STORECACHING_OK; in hat_memload()
2168 attr |= HAT_STORECACHING_OK; in hat_memload_array()
2274 HAT_MERGING_OK | HAT_LOADCACHING_OK | HAT_STORECACHING_OK;
2333 a |= HAT_STORECACHING_OK; in hat_devload()
4999 attrs |= HAT_STORECACHING_OK; in hati_cpu_punchin()
H A Dvm_machdep.c3822 PROT_READ | HAT_STORECACHING_OK, HAT_LOAD_NOCONSIST); in ppcopy()
3824 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK, in ppcopy()
3903 PROT_READ | PROT_WRITE | HAT_STORECACHING_OK, in pfnzero()
/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1132 hat_acc_flags = HAT_STORECACHING_OK; in rootnex_map_regspec()
1322 hp->ah_hat_flags |= HAT_STORECACHING_OK; in rootnex_map_handle()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c2343 case HAT_STORECACHING_OK: in hat_devload()