Lines Matching refs:ptl
475 spinlock_t *ptl; in __gmap_link() local
523 ptl = pmd_lock(mm, pmd); in __gmap_link()
533 spin_unlock(ptl); in __gmap_link()
592 spinlock_t *ptl; in __gmap_zap() local
602 ptep = get_locked_pte(gmap->mm, vmaddr, &ptl); in __gmap_zap()
619 pte_unmap_unlock(ptep, ptl); in __gmap_zap()
688 spinlock_t *ptl; in gmap_ipte_notify() local
712 ptep = get_locked_pte(gmap->mm, addr, &ptl); in gmap_ipte_notify()
723 pte_unmap_unlock(ptep, ptl); in gmap_ipte_notify()
765 spinlock_t *ptl; in set_guest_storage_key() local
771 ptep = get_locked_pte(mm, addr, &ptl); in set_guest_storage_key()
778 pte_unmap_unlock(ptep, ptl); in set_guest_storage_key()
809 pte_unmap_unlock(ptep, ptl); in set_guest_storage_key()
817 spinlock_t *ptl; in get_guest_storage_key() local
824 ptep = get_locked_pte(mm, addr, &ptl); in get_guest_storage_key()
848 pte_unmap_unlock(ptep, ptl); in get_guest_storage_key()
1241 spinlock_t *ptl; in gmap_test_and_clear_dirty() local
1244 pte = get_locked_pte(gmap->mm, address, &ptl); in gmap_test_and_clear_dirty()
1251 spin_unlock(ptl); in gmap_test_and_clear_dirty()