protection_domain  102 drivers/iommu/amd_iommu.c static void update_domain(struct protection_domain *domain);
protection_domain  103 drivers/iommu/amd_iommu.c static int protection_domain_init(struct protection_domain *domain);
protection_domain  112 drivers/iommu/amd_iommu.c 	struct protection_domain domain;
protection_domain  185 drivers/iommu/amd_iommu.c static struct protection_domain *to_pdomain(struct iommu_domain *dom)
protection_domain  187 drivers/iommu/amd_iommu.c 	return container_of(dom, struct protection_domain, domain);
protection_domain  190 drivers/iommu/amd_iommu.c static struct dma_ops_domain* to_dma_ops_domain(struct protection_domain *domain)
protection_domain 1266 drivers/iommu/amd_iommu.c static void __domain_flush_pages(struct protection_domain *domain,
protection_domain 1297 drivers/iommu/amd_iommu.c static void domain_flush_pages(struct protection_domain *domain,
protection_domain 1304 drivers/iommu/amd_iommu.c static void domain_flush_tlb(struct protection_domain *domain)
protection_domain 1310 drivers/iommu/amd_iommu.c static void domain_flush_tlb_pde(struct protection_domain *domain)
protection_domain 1315 drivers/iommu/amd_iommu.c static void domain_flush_complete(struct protection_domain *domain)
protection_domain 1332 drivers/iommu/amd_iommu.c static void domain_flush_np_cache(struct protection_domain *domain,
protection_domain 1349 drivers/iommu/amd_iommu.c static void domain_flush_devices(struct protection_domain *domain)
protection_domain 1446 drivers/iommu/amd_iommu.c static void free_pagetable(struct protection_domain *domain)
protection_domain 1464 drivers/iommu/amd_iommu.c static bool increase_address_space(struct protection_domain *domain,
protection_domain 1495 drivers/iommu/amd_iommu.c static u64 *alloc_pte(struct protection_domain *domain,
protection_domain 1583 drivers/iommu/amd_iommu.c static u64 *fetch_pte(struct protection_domain *domain,
protection_domain 1658 drivers/iommu/amd_iommu.c static int iommu_map_page(struct protection_domain *dom,
protection_domain 1721 drivers/iommu/amd_iommu.c static unsigned long iommu_unmap_page(struct protection_domain *dom,
protection_domain 1855 drivers/iommu/amd_iommu.c static void free_gcr3_table(struct protection_domain *domain)
protection_domain 1947 drivers/iommu/amd_iommu.c static bool dma_ops_domain(struct protection_domain *domain)
protection_domain 1952 drivers/iommu/amd_iommu.c static void set_dte_entry(u16 devid, struct protection_domain *domain,
protection_domain 2033 drivers/iommu/amd_iommu.c 		      struct protection_domain *domain)
protection_domain 2058 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = dev_data->domain;
protection_domain 2157 drivers/iommu/amd_iommu.c 			 struct protection_domain *domain)
protection_domain 2224 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2348 drivers/iommu/amd_iommu.c static struct protection_domain *get_domain(struct device *dev)
protection_domain 2350 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2372 drivers/iommu/amd_iommu.c static void update_device_table(struct protection_domain *domain)
protection_domain 2383 drivers/iommu/amd_iommu.c static void update_domain(struct protection_domain *domain)
protection_domain 2511 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2533 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2580 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2670 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2694 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2749 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2895 drivers/iommu/amd_iommu.c static void cleanup_domain(struct protection_domain *domain)
protection_domain 2912 drivers/iommu/amd_iommu.c static void protection_domain_free(struct protection_domain *domain)
protection_domain 2923 drivers/iommu/amd_iommu.c static int protection_domain_init(struct protection_domain *domain)
protection_domain 2935 drivers/iommu/amd_iommu.c static struct protection_domain *protection_domain_alloc(void)
protection_domain 2937 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 2956 drivers/iommu/amd_iommu.c 	struct protection_domain *pdomain;
protection_domain 3001 drivers/iommu/amd_iommu.c 	struct protection_domain *domain;
protection_domain 3065 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3101 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3126 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3142 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3259 drivers/iommu/amd_iommu.c 	struct protection_domain *dom = to_pdomain(domain);
protection_domain 3320 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3340 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3384 drivers/iommu/amd_iommu.c static int __flush_pasid(struct protection_domain *domain, int pasid,
protection_domain 3445 drivers/iommu/amd_iommu.c static int __amd_iommu_flush_page(struct protection_domain *domain, int pasid,
protection_domain 3454 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3466 drivers/iommu/amd_iommu.c static int __amd_iommu_flush_tlb(struct protection_domain *domain, int pasid)
protection_domain 3474 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3518 drivers/iommu/amd_iommu.c static int __set_gcr3(struct protection_domain *domain, int pasid,
protection_domain 3535 drivers/iommu/amd_iommu.c static int __clear_gcr3(struct protection_domain *domain, int pasid)
protection_domain 3554 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3568 drivers/iommu/amd_iommu.c 	struct protection_domain *domain = to_pdomain(dom);
protection_domain 3599 drivers/iommu/amd_iommu.c 	struct protection_domain *pdomain;
protection_domain  641 drivers/iommu/amd_iommu_types.h 	struct protection_domain *domain; /* Domain the device is bound to */