Home
last modified time | relevance | path

Searched refs:ctxop_attach (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c862 ctxop_attach(t, ctx); in lwp_installctx()
888 ctxop_attach(t, ctx); in lwp_installctx()
H A Dfpu.c1114 ctxop_attach(ct, fp_ctxop_allocate(cfp)); in fp_new_lwp()
1259 ctxop_attach(curthread, ctx); in fp_exec()
1287 ctxop_attach(curthread, fp_ctxop_allocate(fp)); in fp_seed()
1864 ctxop_attach(curthread, ctx); in kernel_fpu_begin()
H A Dsysi86.c118 ctxop_attach(curthread, ctx); in sysi86()
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h732 extern void ctxop_attach(kthread_t *, struct ctxop *);
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1104 ctxop_attach(kthread_t *t, struct ctxop *ctx) in ctxop_attach() function
1198 ctxop_attach(t, ctxop_allocate(ct, arg)); in ctxop_install()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c2488 ctxop_attach(curthread, vcpu->ctxop); in vm_run()