Lines Matching refs:t_cpc_ctx
284 if (t->t_cpc_ctx != NULL) in kcpc_bind_thread()
307 t->t_cpc_ctx = ctx; in kcpc_bind_thread()
321 t->t_cpc_ctx = NULL; in kcpc_bind_thread()
574 t->t_cpc_ctx = NULL; in kcpc_unbind()
677 kcpc_ctx_t *ctx = t->t_cpc_ctx; in kcpc_enable()
953 ctx = t->t_cpc_ctx; in kcpc_overflow_intr()
956 ctx = t->t_cpc_ctx; in kcpc_overflow_intr()
1168 kcpc_ctx_t *ctx = curthread->t_cpc_ctx; in kcpc_overflow_ast()
1399 kcpc_ctx_t *ctx = t->t_cpc_ctx, *cctx; in kcpc_lwp_create()
1422 ct->t_cpc_ctx = cctx; in kcpc_lwp_create()
1528 ASSERT(curthread->t_cpc_ctx == NULL); in kcpc_free()
1538 curthread->t_cpc_ctx = NULL; in kcpc_free()
1636 kcpc_ctx_t *ctx = curthread->t_cpc_ctx; in kcpc_passivate()
1682 curthread->t_cpc_ctx = NULL; in kcpc_passivate()
1842 kcpc_ctx_t *ctx = t->t_cpc_ctx; in kcpc_invalidate()
2196 ASSERT(CPU->cpu_cpc_ctx == ctx || curthread->t_cpc_ctx == ctx); in kcpc_unprogram()