Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Dnested.c214 if (!intel_domain_is_ss_paging(s2_domain) || !s2_domain->nested_parent) in intel_iommu_domain_alloc_nested()
H A Diommu.c2950 dmar_domain->nested_parent = flags & IOMMU_HWPT_ALLOC_NEST_PARENT; in intel_iommu_domain_alloc_second_stage()
3003 if (WARN_ON(dmar_domain->nested_parent && in intel_iommu_domain_free()
3020 dmar_domain->nested_parent)) in paging_domain_compatible_first_stage()
3061 if (dmar_domain->nested_parent && !nested_supported(iommu)) in paging_domain_compatible_second_stage()
3752 if (dmar_domain->nested_parent) { in intel_iommu_set_dirty_tracking()
H A Diommu.h611 u8 nested_parent:1; /* Has other domains nested on it */ member