Searched refs:kthrend (Results 1 – 1 of 1) sorted by relevance
118 caddr_t kthrend; in cprbcopy() local120 kthrend = (caddr_t)curthread + sizeof (kthread_t) - 1; in cprbcopy()121 if (curthreadremapped || (kthrend >= (caddr_t)from && in cprbcopy()122 kthrend < (caddr_t)from + bytes + sizeof (kthread_t) - 1)) { in cprbcopy()