Searched refs:ctxop_allocate (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/intel/os/ |
H A D | sundep.c | 858 ctx = ctxop_allocate(&segreg_tpl, lwp); in lwp_installctx() 884 ctx = ctxop_allocate(&sep_tpl, kstktop); in lwp_installctx()
|
H A D | sysi86.c | 116 ctx = ctxop_allocate(&xen_tpl, NULL); in sysi86()
|
H A D | fpu.c | 1039 return (ctxop_allocate(&tpl, fp)); in fp_ctxop_allocate() 1848 ctx = ctxop_allocate(&kfpu_ctxop_tpl, kfpu); in kernel_fpu_begin()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | proc.h | 730 extern struct ctxop *ctxop_allocate(const struct ctxop_template *, void *);
|
/illumos-gate/usr/src/uts/common/disp/ |
H A D | thread.c | 1069 ctxop_allocate(const struct ctxop_template *ct, void *arg) in ctxop_allocate() function 1198 ctxop_attach(t, ctxop_allocate(ct, arg)); in ctxop_install()
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm.c | 404 vcpu->ctxop = ctxop_allocate(&vmm_ctxop_tpl, &vcpu->vtc); in vcpu_init()
|