Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/
Damd_iommu_init.c171 struct amd_iommu **amd_iommu_rlookup_table; variable
593 amd_iommu_rlookup_table[devid] = iommu; in set_iommu_for_device()
629 struct amd_iommu *iommu = amd_iommu_rlookup_table[devid]; in set_device_exclusion_range()
1360 amd_iommu_rlookup_table = (void *)__get_free_pages( in amd_iommu_init()
1363 if (amd_iommu_rlookup_table == NULL) in amd_iommu_init()
1451 free_pages((unsigned long)amd_iommu_rlookup_table, in amd_iommu_init()
Damd_iommu.c130 if (amd_iommu_rlookup_table[devid] == NULL) in check_device()
529 iommu = amd_iommu_rlookup_table[devid]; in iommu_flush_device()
928 if (amd_iommu_rlookup_table[bdf] == iommu) in iommu_for_unity_map()
1443 iommu = amd_iommu_rlookup_table[devid]; in do_attach()
1466 iommu = amd_iommu_rlookup_table[devid]; in do_detach()
1654 iommu = amd_iommu_rlookup_table[devid]; in device_change_notifier()
1743 dma_dom = amd_iommu_rlookup_table[devid]->default_dom; in get_domain()
2475 iommu = amd_iommu_rlookup_table[devid]; in amd_iommu_detach_device()
2499 iommu = amd_iommu_rlookup_table[devid]; in amd_iommu_attach_device()
2625 iommu = amd_iommu_rlookup_table[devid]; in amd_iommu_init_passthrough()
/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h510 extern struct amd_iommu **amd_iommu_rlookup_table;