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