Searched refs:curthreadpfn (Results 1 – 2 of 2) sorted by relevance
93 pfn_t curthreadpfn; variable1300 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()
688 extern pfn_t curthreadpfn; in i_cpr_mapin()691 curthreadremapped = (ppn <= curthreadpfn && curthreadpfn < ppn + pages); in i_cpr_mapin()