iommu_start 329 arch/x86/kernel/amd_gart_64.c unsigned long iommu_start = alloc_iommu(dev, pages, 0); iommu_start 330 arch/x86/kernel/amd_gart_64.c unsigned long iommu_page = iommu_start; iommu_start 334 arch/x86/kernel/amd_gart_64.c if (iommu_start == -1) iommu_start 358 arch/x86/kernel/amd_gart_64.c BUG_ON(iommu_page - iommu_start != pages); iommu_start 713 arch/x86/kernel/amd_gart_64.c unsigned long iommu_start; iommu_start 764 arch/x86/kernel/amd_gart_64.c iommu_start = aper_size - iommu_size; iommu_start 765 arch/x86/kernel/amd_gart_64.c iommu_bus_base = info.aper_base + iommu_start; iommu_start 766 arch/x86/kernel/amd_gart_64.c iommu_gatt_base = agp_gatt_table + (iommu_start>>PAGE_SHIFT);