Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/os/
H A Dproc.c48 pctx->restore_op = restore; in installpctx()
74 if (pctx->save_op == save && pctx->restore_op == restore && in removepctx()
110 if (pctx->restore_op != NULL) in restorepctx()
111 (pctx->restore_op)(pctx->arg); in restorepctx()
/onnv-gate/usr/src/uts/common/disp/
H A Dthread.c1045 ctx->restore_op = restore; in installctx()
1096 if (ctx->save_op == save && ctx->restore_op == restore && in removectx()
1135 if (ctx->restore_op != NULL) in restorectx()
1136 (ctx->restore_op)(ctx->arg); in restorectx()
/onnv-gate/usr/src/uts/common/sys/
H A Dthread.h64 void (*restore_op)(void *); /* function to invoke to restore ctx */ member
H A Dproc.h82 void (*restore_op)(void *); /* function to invoke to restore ctx */ member