Home
last modified time | relevance | path

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

/drivers/iommu/
Dtegra-gart.c41 spinlock_t pte_lock; /* for pagetable */ member
189 spin_lock(&gart->pte_lock); in gart_iommu_map()
191 spin_unlock(&gart->pte_lock); in gart_iommu_map()
218 spin_lock(&gart->pte_lock); in gart_iommu_unmap()
220 spin_unlock(&gart->pte_lock); in gart_iommu_unmap()
234 spin_lock(&gart->pte_lock); in gart_iommu_iova_to_phys()
236 spin_unlock(&gart->pte_lock); in gart_iommu_iova_to_phys()
347 spin_lock_init(&gart->pte_lock); in tegra_gart_probe()