Searched refs:createdomain (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | domctl.c | 504 if ( (op->u.createdomain.flags & in do_domctl() 537 if ( op->u.createdomain.flags & XEN_DOMCTL_CDF_hvm_guest ) in do_domctl() 539 if ( op->u.createdomain.flags & XEN_DOMCTL_CDF_hap ) in do_domctl() 541 if ( op->u.createdomain.flags & XEN_DOMCTL_CDF_s3_integrity ) in do_domctl() 543 if ( op->u.createdomain.flags & XEN_DOMCTL_CDF_oos_off ) in do_domctl() 545 if ( op->u.createdomain.flags & XEN_DOMCTL_CDF_xs_domain ) in do_domctl() 548 d = domain_create(dom, domcr_flags, op->u.createdomain.ssidref, in do_domctl() 549 &op->u.createdomain.config); in do_domctl() 559 memcpy(d->handle, op->u.createdomain.handle, in do_domctl()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 56 domctl.u.createdomain.ssidref = ssidref; in xc_domain_create() 57 domctl.u.createdomain.flags = flags; in xc_domain_create() 58 memcpy(domctl.u.createdomain.handle, handle, sizeof(xen_domain_handle_t)); in xc_domain_create() 60 memcpy(&domctl.u.createdomain.config, config, sizeof(*config)); in xc_domain_create() 65 memcpy(config, &domctl.u.createdomain.config, sizeof(*config)); in xc_domain_create()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | domctl.h | 1195 struct xen_domctl_createdomain createdomain; member
|
Completed in 15 milliseconds