Searched refs:HAT_FORCE_PGUNLOAD (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 504 HAT_FORCE_PGUNLOAD); in pvn_write_done() 638 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in pvn_getdirty()
|
H A D | hat.h | 462 #define HAT_FORCE_PGUNLOAD 0x01 macro
|
H A D | vm_page.c | 1253 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in page_exists_physcontig() 3087 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in page_destroy() 3142 (void) hat_pageunload(tpp, HAT_FORCE_PGUNLOAD); in page_destroy_pages() 3319 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in page_rename() 4897 (void) hat_pageunload(targ, HAT_FORCE_PGUNLOAD); in do_page_relocate() 5271 (void) hat_pageunload(tpp, HAT_FORCE_PGUNLOAD); in page_try_demote_pages() 5543 (void) hat_pageunload(pp0, HAT_FORCE_PGUNLOAD); in page_mark_migrate() 6652 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in page_capture_clean_page()
|
H A D | vm_anon.c | 1260 HAT_FORCE_PGUNLOAD); in anon_decref_pages() 1794 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in anon_disclaim() 1821 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in anon_disclaim() 3125 HAT_FORCE_PGUNLOAD); in anon_try_demote_pages()
|
H A D | seg_vn.c | 3327 (void) hat_pageunload(ppa[i], HAT_FORCE_PGUNLOAD); in segvn_full_szcpages()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | vm_pageout.c | 1107 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in checkpage()
|
H A D | mem_cage.c | 1632 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in kcage_invalidate_page()
|
H A D | mem_config.c | 2005 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in delete_memory_thread()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | pmem.c | 441 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in devmap_pmem_free()
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | vm_machdep.c | 2407 (void) hat_pageunload(pp, HAT_FORCE_PGUNLOAD); in page_destroy_io() 2717 (void) hat_pageunload(expp, HAT_FORCE_PGUNLOAD); in page_swap_with_hypervisor()
|
H A D | hat_i86.c | 3514 (void) hati_pageunload(rootpp, 1, HAT_FORCE_PGUNLOAD); in hat_page_demote()
|
/titanic_41/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_vnops.c | 7689 (void) hat_pageunload((*ppp), HAT_FORCE_PGUNLOAD); in cachefs_getapage() 7788 (void) hat_pageunload((*ppp), HAT_FORCE_PGUNLOAD); in cachefs_getapage_back()
|