Searched defs:hat_acc_flags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1038 uint_t hat_acc_flags; local
1127 hat_acc_flags = HAT_STRICTORDER;
1130 hat_acc_flags = HAT_UNORDERED_OK;
1133 hat_acc_flags = HAT_MERGING_OK;
1136 hat_acc_flags = HAT_LOADCACHING_OK;
1139 hat_acc_flags = HAT_STORECACHING_OK;
1145 hp->ah_hat_flags = hat_acc_flags;
1147 hat_acc_flags = HAT_STRICTORDER;
1192 mmu_btop(pbase), mp->map_prot | hat_acc_flags,

Completed in 55 milliseconds