Home
last modified time | relevance | path

Searched refs:curthreadpfn (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c93 pfn_t curthreadpfn; variable
1300 curthreadpfn = hat_getpfnum(kas.a_hat, (caddr_t)curthread); in cpr_suspend_init()
1301 ASSERT(curthreadpfn != PFN_INVALID); in cpr_suspend_init()
1302 ASSERT(curthreadpfn == hat_getpfnum(kas.a_hat, in cpr_suspend_init()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c688 extern pfn_t curthreadpfn; in i_cpr_mapin()
691 curthreadremapped = (ppn <= curthreadpfn && curthreadpfn < ppn + pages); in i_cpr_mapin()