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.c213 if (!intel_domain_is_ss_paging(s2_domain) || !s2_domain->nested_parent) in intel_iommu_domain_alloc_nested()
H A Diommu.c2947 dmar_domain->nested_parent = flags & IOMMU_HWPT_ALLOC_NEST_PARENT; in intel_iommu_domain_alloc_second_stage()
3000 if (WARN_ON(dmar_domain->nested_parent && in intel_iommu_domain_free()
3017 dmar_domain->nested_parent)) in paging_domain_compatible_first_stage()
3058 if (dmar_domain->nested_parent && !nested_supported(iommu)) in paging_domain_compatible_second_stage()
3749 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