Searched refs:HAT_LOAD_REMAP (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h341 * HAT_LOAD_REMAP Reload a valid pte with a different page frame.
363 #define HAT_LOAD_REMAP 0x80 macro
/illumos-gate/usr/src/uts/common/os/
H A Dvm_subr.c455 flags = HAT_LOAD_REMAP |
H A Dmem_config.c470 HAT_LOAD_REMAP | HAT_LOAD | HAT_LOAD_NOCONSIST);
2593 HAT_LOAD_REMAP);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h92 HAT_LOAD_SHARE | HAT_LOAD_REMAP | SFMMU_NO_TSBLOAD | \
H A Dhat_sfmmu.c3136 if (flags & HAT_LOAD_REMAP) {
3222 (flags & (HAT_LOAD_LOCK | HAT_LOAD_REMAP))) {
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1284 * that are allowed to change on a HAT_LOAD_REMAP
1379 * - HAT_LOAD_REMAP must be specified if changing the pfn.
1387 REMAPASSERT(flags & HAT_LOAD_REMAP);
1553 * HAT_LOAD_REMAP Reload a valid pte with a different page frame.
1572 HAT_LOAD_SHARE | HAT_NO_KALLOC | HAT_LOAD_REMAP | HAT_LOAD_TEXT;

Completed in 119 milliseconds