Searched refs:nested_parent (Results 1 – 3 of 3) sorted by relevance
208 !s2_domain->nested_parent) in intel_iommu_domain_alloc_nested()
1678 if (!(prot & DMA_PTE_WRITE) && domain->nested_parent) { in __domain_mapping()3379 bool nested_parent = flags & IOMMU_HWPT_ALLOC_NEST_PARENT; in intel_iommu_domain_alloc_paging_flags() local3389 if (nested_parent && !nested_supported(iommu)) in intel_iommu_domain_alloc_paging_flags()3399 if (nested_parent || dirty_tracking) { in intel_iommu_domain_alloc_paging_flags()3415 if (nested_parent) { in intel_iommu_domain_alloc_paging_flags()3416 dmar_domain->nested_parent = true; in intel_iommu_domain_alloc_paging_flags()3436 WARN_ON(dmar_domain->nested_parent && in intel_iommu_domain_free()4226 if (dmar_domain->nested_parent) { in intel_iommu_set_dirty_tracking()
614 u8 nested_parent:1; /* Has other domains nested on it */ member