Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Damd_gart_64.c328 unsigned long iommu_start = alloc_iommu(dev, pages, 0); in __dma_map_cont() local
329 unsigned long iommu_page = iommu_start; in __dma_map_cont()
333 if (iommu_start == -1) in __dma_map_cont()
357 BUG_ON(iommu_page - iommu_start != pages); in __dma_map_cont()
712 unsigned long iommu_start; in gart_iommu_init() local
764 iommu_start = aper_size - iommu_size; in gart_iommu_init()
765 iommu_bus_base = info.aper_base + iommu_start; in gart_iommu_init()
766 iommu_gatt_base = agp_gatt_table + (iommu_start>>PAGE_SHIFT); in gart_iommu_init()