Searched defs:xen_domctl_createdomain (Results 1 – 2 of 2) sorted by relevance
31 struct xen_domctl_createdomain { struct33 uint32_t ssidref;34 xen_domain_handle_t handle;61 uint32_t flags;69 uint32_t iommu_opts;77 uint32_t max_vcpus;78 uint32_t max_evtchn_port;79 int32_t max_grant_frames;80 int32_t max_maptrack_frames;86 uint32_t grant_opts;[all …]
276 int xen_domctl_createdomain(int domid, struct xen_domctl_createdomain *config) in xen_domctl_createdomain() function