Lines Matching defs:domain
59 void amd_iommu_update_and_flush_device_table(struct protection_domain *domain);
60 void amd_iommu_domain_update(struct protection_domain *domain);
61 void amd_iommu_domain_flush_complete(struct protection_domain *domain);
62 void amd_iommu_domain_flush_tlb_pde(struct protection_domain *domain);
106 void amd_iommu_domain_set_pt_root(struct protection_domain *domain, u64 root)
108 atomic64_set(&domain->iop.pt_root, root);
109 domain->iop.root = (u64 *)(root & PAGE_MASK);
110 domain->iop.mode = root & 7; /* lowest 3 bits encode pgtable mode */
114 void amd_iommu_domain_clr_pt_root(struct protection_domain *domain)
116 amd_iommu_domain_set_pt_root(domain, 0);
145 void amd_iommu_domain_set_pgtable(struct protection_domain *domain,