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

/illumos-gate/usr/src/uts/common/vm/
H A Dpage.h139 mutex_enter(&page_llocks[PAGE_LLOCK_HASH(PP_PAGEROOT(pp))].pad_mutex)
141 mutex_exit(&page_llocks[PAGE_LLOCK_HASH(PP_PAGEROOT(pp))].pad_mutex)
H A Dpage_lock.c1004 page_t *rootpp = PP_PAGEROOT(pp);
H A Dpage_retire.c1278 if (pp->p_szc && PP_PAGEROOT(pp) == pp) {
H A Dvm_page.c3977 nidx = PAGE_LLOCK_HASH(PP_PAGEROOT(npp));
3978 oidx = PAGE_LLOCK_HASH(PP_PAGEROOT(opp));
4723 ASSERT(pp == PP_PAGEROOT(pp));
6577 if ((pp->p_szc > 0) && (pp != PP_PAGEROOT(pp))) {
H A Dvm_pagelist.c1811 ASSERT(pp == PP_PAGEROOT(pp));
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dvm_dep.h339 #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.c4400 ASSERT(pp == PP_PAGEROOT(pp));
8256 rootpp = PP_PAGEROOT(pp);
10512 pp = PP_PAGEROOT(pp);
10777 mml_targ = MLIST_HASH(PP_PAGEROOT(targ));
10778 mml_repl = MLIST_HASH(PP_PAGEROOT(repl));

Completed in 155 milliseconds