Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dtegra-gart.c60 spinlock_t pte_lock; /* for pagetable */ member
131 spin_lock_irqsave(&gart->pte_lock, flags); in gart_dump_table()
141 spin_unlock_irqrestore(&gart->pte_lock, flags); in gart_dump_table()
276 spin_lock_irqsave(&gart->pte_lock, flags); in gart_iommu_map()
280 spin_unlock_irqrestore(&gart->pte_lock, flags); in gart_iommu_map()
285 spin_unlock_irqrestore(&gart->pte_lock, flags); in gart_iommu_map()
299 spin_lock_irqsave(&gart->pte_lock, flags); in gart_iommu_unmap()
302 spin_unlock_irqrestore(&gart->pte_lock, flags); in gart_iommu_unmap()
318 spin_lock_irqsave(&gart->pte_lock, flags); in gart_iommu_iova_to_phys()
320 spin_unlock_irqrestore(&gart->pte_lock, flags); in gart_iommu_iova_to_phys()
[all …]