Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h140 mutex_enter(&page_llocks[PAGE_LLOCK_HASH(PP_PAGEROOT(pp))].pad_mutex)
142 mutex_exit(&page_llocks[PAGE_LLOCK_HASH(PP_PAGEROOT(pp))].pad_mutex)
H A Dpage_lock.c995 page_t *rootpp = PP_PAGEROOT(pp); in page_szc_lock_assert()
H A Dpage_retire.c1279 if (pp->p_szc && PP_PAGEROOT(pp) == pp) { in page_retire_test()
H A Dvm_page.c4031 nidx = PAGE_LLOCK_HASH(PP_PAGEROOT(npp)); in page_pp_useclaim()
4032 oidx = PAGE_LLOCK_HASH(PP_PAGEROOT(opp)); in page_pp_useclaim()
4763 ASSERT(pp == PP_PAGEROOT(pp)); in group_page_unlock()
6617 if ((pp->p_szc > 0) && (pp != PP_PAGEROOT(pp))) { in page_capture_clean_page()
H A Dvm_pagelist.c1811 ASSERT(pp == PP_PAGEROOT(pp)); in page_list_sub_pages()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h342 #define PP_PAGEROOT(pp) ((pp)->p_szc == 0 ? (pp) : \ macro
/illumos-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.h2226 #define PP_PAGEROOT(pp) ((pp)->p_szc == 0 ? (pp) : \ macro
H A Dhat_sfmmu.c4401 ASSERT(pp == PP_PAGEROOT(pp)); in hat_add_callback()
8252 rootpp = PP_PAGEROOT(pp); in hat_page_demote()
10508 pp = PP_PAGEROOT(pp); in sfmmu_mlspl_held()
10773 mml_targ = MLIST_HASH(PP_PAGEROOT(targ)); in sfmmu_mlist_reloc_enter()
10774 mml_repl = MLIST_HASH(PP_PAGEROOT(repl)); in sfmmu_mlist_reloc_enter()