Home
last modified time | relevance | path

Searched refs:LWP_MP_URETMASK (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_os.h311 if (__predict_false(curthread->td_lwp->lwp_mpflags & LWP_MP_URETMASK)) { in os_return_needed()
/dragonfly/sys/sys/
H A Dproc.h411 #define LWP_MP_URETMASK (LWP_MP_WEXIT | LWP_MP_VNLRU) macro
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c206 if (lp->lwp_mpflags & LWP_MP_URETMASK) in userret()
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c239 if (lp->lwp_mpflags & LWP_MP_URETMASK) in userret()