Home
last modified time | relevance | path

Searched refs:ctxop_template (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h719 struct ctxop_template { struct
730 extern struct ctxop *ctxop_allocate(const struct ctxop_template *, void *); argument
734 extern void ctxop_install(kthread_t *, const struct ctxop_template *, void *);
735 extern int ctxop_remove(kthread_t *, const struct ctxop_template *, void *);
/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c743 static const struct ctxop_template brand_interpose_ctxop_tpl = {
800 static const struct ctxop_template sep_tpl = {
833 const struct ctxop_template segreg_tpl = { in lwp_installctx()
H A Dsysi86.c108 const struct ctxop_template xen_tpl = { in sysi86()
H A Dfpu.c1031 const struct ctxop_template tpl = { in fp_ctxop_allocate()
1775 static const struct ctxop_template kfpu_ctxop_tpl = {
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1019 ctxop_find_by_tmpl(kthread_t *t, const struct ctxop_template *ct, void *arg) in ctxop_find_by_tmpl()
1069 ctxop_allocate(const struct ctxop_template *ct, void *arg) in ctxop_allocate()
1196 ctxop_install(kthread_t *t, const struct ctxop_template *ct, void *arg) in ctxop_install()
1202 ctxop_remove(kthread_t *t, const struct ctxop_template *ct, void *arg) in ctxop_remove()
/illumos-gate/usr/src/uts/common/os/
H A Dschedctl.c96 static const struct ctxop_template schedctl_ctxop_tpl = {
H A Dkcpc.c117 static const struct ctxop_template kcpc_ctxop_tpl = {
1382 static const struct ctxop_template kcpc_idle_ctxop_tpl = {
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm.c317 static const struct ctxop_template vmm_ctxop_tpl = {