Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/
H A Drootnex.c1030 uint_t hat_acc_flags; in rootnex_map_regspec() local
1120 hat_acc_flags = HAT_STRICTORDER; in rootnex_map_regspec()
1123 hat_acc_flags = HAT_UNORDERED_OK; in rootnex_map_regspec()
1126 hat_acc_flags = HAT_MERGING_OK; in rootnex_map_regspec()
1129 hat_acc_flags = HAT_LOADCACHING_OK; in rootnex_map_regspec()
1132 hat_acc_flags = HAT_STORECACHING_OK; in rootnex_map_regspec()
1140 hp->ah_hat_flags = hat_acc_flags; in rootnex_map_regspec()
1142 hat_acc_flags = HAT_STRICTORDER; in rootnex_map_regspec()
1187 mmu_btop(pbase), mp->map_prot | hat_acc_flags, in rootnex_map_regspec()