Home
last modified time | relevance | path

Searched refs:curthreadremapped (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c689 extern int curthreadremapped; in i_cpr_mapin()
691 curthreadremapped = (ppn <= curthreadpfn && curthreadpfn < ppn + pages); in i_cpr_mapin()
704 extern int curthreadremapped; in i_cpr_mapout()
706 if (curthreadremapped && vaddr <= (caddr_t)curthread && in i_cpr_mapout()
708 curthreadremapped = 0; in i_cpr_mapout()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c117 extern int curthreadremapped; in cprbcopy()
121 if (curthreadremapped || (kthrend >= (caddr_t)from && in cprbcopy()
H A Dcpr_main.c94 int curthreadremapped; variable