Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/vm/
H A Dhat.h434 #define HAT_SYNC_DONTZERO 0x00 macro
H A Dvm_pvn.c484 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO | in pvn_write_done()
H A Dvm_page.c4355 HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) & P_MOD)) { in page_busy()
4471 mod = (hat_pagesync(pp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) in page_invalidate_pages()
H A Dseg_vn.c3025 (void) hat_pagesync(opp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD); in segvn_faultpage()
/titanic_50/usr/src/uts/common/fs/
H A Dfsflush.c289 HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) & P_MOD; in fsflush_do_pages()
/titanic_50/usr/src/uts/common/os/
H A Dvm_pageout.c1012 pagesync_flag = HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_REF | in checkpage()
H A Dbio.c1984 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO | in biomodified()
/titanic_50/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6221 ASSERT((clearflag == HAT_SYNC_DONTZERO) || in hat_sync()
7453 if ((clearflag & ~HAT_SYNC_STOPON_RM) == HAT_SYNC_DONTZERO && in hat_pagesync()
7492 ASSERT((clearflag == HAT_SYNC_DONTZERO) || in sfmmu_pagesync()