Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Damd_iommu.c82 static struct protection_domain *pt_domain; variable
2353 (dev_data->domain == NULL && domain != pt_domain)) in __detach_device()
2354 __attach_device(dev_data, pt_domain); in __detach_device()
2443 attach_device(dev, pt_domain); in device_change_notifier()
3046 attach_device(&dev->dev, pt_domain); in prealloc_protection_domains()
3233 if (pt_domain != NULL) in alloc_passthrough_domain()
3237 pt_domain = protection_domain_alloc(); in alloc_passthrough_domain()
3238 if (!pt_domain) in alloc_passthrough_domain()
3241 pt_domain->mode = PAGE_MODE_NONE; in alloc_passthrough_domain()
3462 attach_device(&dev->dev, pt_domain); in amd_iommu_init_passthrough()