Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/cpr/
H A Dcpr_main.c89 pfn_t curthreadpfn; variable
1296 curthreadpfn = hat_getpfnum(kas.a_hat, (caddr_t)curthread); in cpr_suspend_init()
1297 ASSERT(curthreadpfn != PFN_INVALID); in cpr_suspend_init()
1298 ASSERT(curthreadpfn == hat_getpfnum(kas.a_hat, in cpr_suspend_init()
/titanic_44/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()