Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfsflush.c289 HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) & P_MOD; in fsflush_do_pages()
/illumos-gate/usr/src/uts/common/vm/
H A Dhat.h434 #define HAT_SYNC_DONTZERO 0x00 macro
H A Dvm_pvn.c483 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO | in pvn_write_done()
H A Dvm_page.c4396 HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) & P_MOD)) { in page_busy()
4511 mod = (hat_pagesync(pp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) in page_invalidate_pages()
H A Dseg_vn.c3031 (void) hat_pagesync(opp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD); in segvn_faultpage()
/illumos-gate/usr/src/uts/common/os/
H A Dvm_pageout.c1488 pagesync_flag = HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_REF | in checkpage()
H A Dbio.c1967 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO | in biomodified()
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c6225 ASSERT((clearflag == HAT_SYNC_DONTZERO) || in hat_sync()
7457 if ((clearflag & ~HAT_SYNC_STOPON_RM) == HAT_SYNC_DONTZERO && in hat_pagesync()
7496 ASSERT((clearflag == HAT_SYNC_DONTZERO) || in sfmmu_pagesync()