Searched refs:hat_pagesync (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 484 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO | in pvn_write_done() 640 (void) hat_pagesync(pp, HAT_SYNC_ZERORM); in pvn_getdirty()
|
H A D | hat.h | 294 uint_t hat_pagesync(struct page *, uint_t);
|
H A D | vm_page.c | 4354 !(hat_pagesync(pp, in page_busy() 4471 mod = (hat_pagesync(pp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD) in page_invalidate_pages()
|
H A D | seg_vn.c | 3025 (void) hat_pagesync(opp, HAT_SYNC_DONTZERO | HAT_SYNC_STOPON_MOD); in segvn_faultpage()
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | fsflush.c | 288 mod = hat_pagesync(pp, in fsflush_do_pages()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 1015 ppattr = hat_pagesync(pp, pagesync_flag); in checkpage()
|
H A D | bio.c | 1984 ppattr = hat_pagesync(pp, HAT_SYNC_DONTZERO | in biomodified()
|
/titanic_50/usr/src/uts/i86pc/vm/ |
H A D | hat_i86.c | 3663 hat_pagesync(struct page *pp, uint_t flags) in hat_pagesync() function
|
/titanic_50/usr/src/uts/sfmmu/vm/ |
H A D | hat_sfmmu.c | 7362 hat_pagesync(struct page *pp, uint_t clearflag) in hat_pagesync() function
|