Lines Matching refs:ptl
511 spinlock_t *ptl; in __gmap_link() local
559 ptl = pmd_lock(mm, pmd); in __gmap_link()
569 spin_unlock(ptl); in __gmap_link()
628 spinlock_t *ptl; in __gmap_zap() local
638 ptep = get_locked_pte(gmap->mm, vmaddr, &ptl); in __gmap_zap()
655 pte_unmap_unlock(ptep, ptl); in __gmap_zap()
724 spinlock_t *ptl; in gmap_ipte_notify() local
748 ptep = get_locked_pte(gmap->mm, addr, &ptl); in gmap_ipte_notify()
759 pte_unmap_unlock(ptep, ptl); in gmap_ipte_notify()
835 spinlock_t *ptl; in set_guest_storage_key() local
841 ptep = get_locked_pte(mm, addr, &ptl); in set_guest_storage_key()
848 pte_unmap_unlock(ptep, ptl); in set_guest_storage_key()
879 pte_unmap_unlock(ptep, ptl); in set_guest_storage_key()
887 spinlock_t *ptl; in get_guest_storage_key() local
894 ptep = get_locked_pte(mm, addr, &ptl); in get_guest_storage_key()
918 pte_unmap_unlock(ptep, ptl); in get_guest_storage_key()
1317 spinlock_t *ptl; in gmap_test_and_clear_dirty() local
1320 pte = get_locked_pte(gmap->mm, address, &ptl); in gmap_test_and_clear_dirty()
1327 spin_unlock(ptl); in gmap_test_and_clear_dirty()