Home
last modified time | relevance | path

Searched refs:nested_parent (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/iommu/intel/
Dnested.c151 !s2_domain->nested_parent) in intel_nested_domain_alloc()
Diommu.c1797 if (!(prot & DMA_PTE_WRITE) && domain->nested_parent) { in __domain_mapping()
3531 bool nested_parent = flags & IOMMU_HWPT_ALLOC_NEST_PARENT; in intel_iommu_domain_alloc_user() local
3546 if (nested_parent && !nested_supported(iommu)) in intel_iommu_domain_alloc_user()
3560 if (nested_parent) { in intel_iommu_domain_alloc_user()
3561 dmar_domain->nested_parent = true; in intel_iommu_domain_alloc_user()
3581 WARN_ON(dmar_domain->nested_parent && in intel_iommu_domain_free()
4432 if (dmar_domain->nested_parent) { in intel_iommu_set_dirty_tracking()
Diommu.h613 u8 nested_parent:1; /* Has other domains nested on it */ member