Home
last modified time | relevance | path

Searched refs:domain_create (Results 1 – 18 of 18) sorted by relevance

/xen/tools/xl/
A Dxl.h33 struct domain_create { struct
55 int create_domain(struct domain_create *dom_info); argument
A Dxl_saverestore.c171 struct domain_create dom_info; in main_restore()
A Dxl_vmcontrol.c647 int create_domain(struct domain_create *dom_info) in create_domain()
1168 struct domain_create dom_info; in main_create()
A Dxl_migrate.c330 struct domain_create dom_info; in migrate_receive()
/xen/xen/xsm/
A Ddummy.c27 set_to_dummy_if_null(ops, domain_create); in xsm_fixup_ops()
/xen/xen/common/
A Ddomain.c348 struct domain *domain_create(domid_t domid, in domain_create() function
563 dom_xen = domain_create(DOMID_XEN, NULL, false); in setup_system_domains()
573 dom_io = domain_create(DOMID_IO, NULL, false); in setup_system_domains()
582 dom_cow = domain_create(DOMID_COW, NULL, false); in setup_system_domains()
A Ddomctl.c518 d = domain_create(dom, &op->u.createdomain, false); in do_domctl()
/xen/xen/include/xsm/
A Dxsm.h49 int (*domain_create) (struct domain *d, u32 ssidref); member
207 return xsm_ops->domain_create(d, ssidref); in xsm_domain_create()
/xen/tools/ocaml/libs/xc/
A Dxenctrl.ml181 external domain_create: handle -> domctl_create_config -> domid
A Dxenctrl.mli143 external domain_create : handle -> domctl_create_config -> domid
/xen/xen/include/xen/
A Dsched.h608 struct domain *domain_create(domid_t domid,
/xen/xen/arch/arm/
A Dsetup.c958 dom0 = domain_create(0, &dom0_cfg, true); in start_xen()
A Ddomain_build.c2510 d = domain_create(++max_init_domid, &d_cfg, false); in create_domUs()
/xen/xen/arch/x86/
A Dsetup.c755 d = domain_create(get_initial_domain_id(), &dom0_cfg, !pv_shim); in create_dom0()
/xen/tools/xentrace/
A Dformats89 0x00041001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_create [ dom = 0x%(1)08x ]
A Dxenalyze.c6689 struct domain_data * domain_create(int did) in domain_create() function
6721 n = domain_create(did); in domain_find()
/xen/xen/xsm/flask/
A Dhooks.c1750 .domain_create = flask_domain_create,
/xen/xen/common/sched/
A Dcore.c2958 idle_domain = domain_create(DOMID_IDLE, NULL, false); in scheduler_init()

Completed in 71 milliseconds