Lines Matching refs:gatt
61 u64 *gatt; // PDIR just for GART (subset of above) member
95 hp->gatt = NULL; in hp_zx1_ioc_shared()
109 hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)]; in hp_zx1_ioc_shared()
111 if (hp->gatt[0] != HP_ZX1_SBA_IOMMU_COOKIE) { in hp_zx1_ioc_shared()
113 hp->gatt = NULL; in hp_zx1_ioc_shared()
299 hp->gatt = NULL; in hp_zx1_create_gatt_table()
305 hp->gatt = &hp->io_pdir[HP_ZX1_IOVA_TO_PDIR(hp->gart_base)]; in hp_zx1_create_gatt_table()
309 hp->gatt[i] = (unsigned long) agp_bridge->scratch_page; in hp_zx1_create_gatt_table()
324 hp->gatt[0] = HP_ZX1_SBA_IOMMU_COOKIE; in hp_zx1_free_gatt_table()
349 if (hp->gatt[j]) { in hp_zx1_insert_memory()
367 hp->gatt[j] = HP_ZX1_PDIR_VALID_BIT | paddr; in hp_zx1_insert_memory()
389 hp->gatt[i] = agp_bridge->scratch_page; in hp_zx1_remove_memory()