Home
last modified time | relevance | path

Searched refs:use_first_level (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/iommu/intel/
H A Diommu.c504 if (domain && domain->use_first_level) { in domain_update_iommu_superpage()
582 if (domain->use_first_level) in domain_update_iommu_cap()
949 if (domain->use_first_level) in pfn_to_dma_pte()
1531 if (domain->use_first_level) { in iommu_flush_iotlb_psi()
1585 if (cap_caching_mode(iommu->cap) && !domain->use_first_level) in __mapping_notify_one()
1601 if (dmar_domain->use_first_level) in intel_flush_iotlb_all()
1771 domain->use_first_level = true; in alloc_domain()
2201 if (domain->use_first_level) { in __domain_mapping()
2472 else if (domain->use_first_level) in dmar_domain_attach_device()
4297 if (!domain->use_first_level) { in domain_set_force_snooping()
[all …]
H A Diommu.h590 u8 use_first_level:1; /* DMA translation for the domain goes member