Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c49 static struct protection_domain *pt_domain; variable
1592 (dev_data->domain == NULL && domain != pt_domain)) in __detach_device()
1593 __attach_device(dev, pt_domain); in __detach_device()
2613 pt_domain = protection_domain_alloc(); in amd_iommu_init_passthrough()
2614 if (!pt_domain) in amd_iommu_init_passthrough()
2617 pt_domain->mode |= PAGE_MODE_NONE; in amd_iommu_init_passthrough()
2629 attach_device(&dev->dev, pt_domain); in amd_iommu_init_passthrough()