Searched refs:XEN_DOMCTL_IOMMU_no_sharept (Results 1 – 5 of 5) sorted by relevance
78 #define XEN_DOMCTL_IOMMU_no_sharept (1U << _XEN_DOMCTL_IOMMU_no_sharept) macro81 #define XEN_DOMCTL_IOMMU_MAX XEN_DOMCTL_IOMMU_no_sharept
197 !(opts & XEN_DOMCTL_IOMMU_no_sharept); in iommu_domain_init()
632 if ( config->iommu_opts & XEN_DOMCTL_IOMMU_no_sharept ) in arch_sanitise_domain_config()
313 if ( config->iommu_opts & ~XEN_DOMCTL_IOMMU_no_sharept ) in sanitise_domain_config()
629 create.iommu_opts |= XEN_DOMCTL_IOMMU_no_sharept; in libxl__domain_make()
Completed in 18 milliseconds