Searched refs:first_stage (Results 1 – 2 of 2) sorted by relevance
3263 static int iommu_superpage_capability(struct intel_iommu *iommu, bool first_stage) in iommu_superpage_capability() argument3268 if (first_stage) in iommu_superpage_capability()3274 static struct dmar_domain *paging_domain_alloc(struct device *dev, bool first_stage) in paging_domain_alloc() argument3293 domain->use_first_level = first_stage; in paging_domain_alloc()3308 domain->iommu_superpage = iommu_superpage_capability(iommu, first_stage); in paging_domain_alloc()3319 if (first_stage) in paging_domain_alloc()3345 bool first_stage; in intel_iommu_domain_alloc_paging_flags() local3363 first_stage = false; in intel_iommu_domain_alloc_paging_flags()3365 first_stage = first_level_by_default(iommu); in intel_iommu_domain_alloc_paging_flags()3368 dmar_domain = paging_domain_alloc(dev, first_stage); in intel_iommu_domain_alloc_paging_flags()
151 static struct completion first_stage; variable864 complete(&first_stage); in liquidio_probe()3249 init_completion(&first_stage); in liquidio_init()3256 wait_for_completion_timeout(&first_stage, msecs_to_jiffies(1000)); in liquidio_init()