Searched refs:domain_create (Results 1 – 18 of 18) sorted by relevance
/xen/tools/xl/ |
A D | xl.h | 33 struct domain_create { struct 55 int create_domain(struct domain_create *dom_info); argument
|
A D | xl_saverestore.c | 171 struct domain_create dom_info; in main_restore()
|
A D | xl_vmcontrol.c | 647 int create_domain(struct domain_create *dom_info) in create_domain() 1168 struct domain_create dom_info; in main_create()
|
A D | xl_migrate.c | 330 struct domain_create dom_info; in migrate_receive()
|
/xen/xen/xsm/ |
A D | dummy.c | 27 set_to_dummy_if_null(ops, domain_create); in xsm_fixup_ops()
|
/xen/xen/common/ |
A D | domain.c | 348 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 D | domctl.c | 518 d = domain_create(dom, &op->u.createdomain, false); in do_domctl()
|
/xen/xen/include/xsm/ |
A D | xsm.h | 49 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 D | xenctrl.ml | 181 external domain_create: handle -> domctl_create_config -> domid
|
A D | xenctrl.mli | 143 external domain_create : handle -> domctl_create_config -> domid
|
/xen/xen/include/xen/ |
A D | sched.h | 608 struct domain *domain_create(domid_t domid,
|
/xen/xen/arch/arm/ |
A D | setup.c | 958 dom0 = domain_create(0, &dom0_cfg, true); in start_xen()
|
A D | domain_build.c | 2510 d = domain_create(++max_init_domid, &d_cfg, false); in create_domUs()
|
/xen/xen/arch/x86/ |
A D | setup.c | 755 d = domain_create(get_initial_domain_id(), &dom0_cfg, !pv_shim); in create_dom0()
|
/xen/tools/xentrace/ |
A D | formats | 89 0x00041001 CPU%(cpu)d %(tsc)d (+%(reltsc)8d) domain_create [ dom = 0x%(1)08x ]
|
A D | xenalyze.c | 6689 struct domain_data * domain_create(int did) in domain_create() function 6721 n = domain_create(did); in domain_find()
|
/xen/xen/xsm/flask/ |
A D | hooks.c | 1750 .domain_create = flask_domain_create,
|
/xen/xen/common/sched/ |
A D | core.c | 2958 idle_domain = domain_create(DOMID_IDLE, NULL, false); in scheduler_init()
|
Completed in 71 milliseconds