Searched refs:HAT_SYNC_ZERORM (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h435 #define HAT_SYNC_ZERORM 0x01 macro
H A Dvm_pvn.c640 (void) hat_pagesync(pp, HAT_SYNC_ZERORM);
/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c1010 pagesync_flag = HAT_SYNC_ZERORM;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c2553 if (flags == HAT_SYNC_ZERORM) {
3653 * define HAT_SYNC_ZERORM 0x01
3680 if ((flags & HAT_SYNC_ZERORM) == 0) {
3714 if ((flags & HAT_SYNC_ZERORM) != 0) {
3732 if (!(flags & HAT_SYNC_ZERORM) &&
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c3794 (char *)(pmp + 1), HAT_SYNC_ZERORM);
3901 (char *)(pmp + 1), HAT_SYNC_ZERORM);
H A Dprsubr.c2031 (char *)(pmp + 1), HAT_SYNC_ZERORM);
2178 (char *)(pmp + 1), HAT_SYNC_ZERORM);
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6215 * HAT_SYNC_ZERORM means zero rm bits in the tte and return the stats
6230 (clearflag == HAT_SYNC_ZERORM));
6340 if (clearflag == HAT_SYNC_ZERORM) {
7388 if ((clearflag & HAT_SYNC_ZERORM) == 0) {
7501 (clearflag == HAT_SYNC_ZERORM));
7514 if (clearflag == HAT_SYNC_ZERORM) {

Completed in 123 milliseconds