Lines Matching refs:ptl
790 spinlock_t *ptl; in set_guest_storage_key() local
808 ptl = pmd_lock(mm, pmdp); in set_guest_storage_key()
810 spin_unlock(ptl); in set_guest_storage_key()
822 spin_unlock(ptl); in set_guest_storage_key()
825 spin_unlock(ptl); in set_guest_storage_key()
827 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl); in set_guest_storage_key()
852 pte_unmap_unlock(ptep, ptl); in set_guest_storage_key()
897 spinlock_t *ptl; in reset_guest_reference_bit() local
917 ptl = pmd_lock(mm, pmdp); in reset_guest_reference_bit()
919 spin_unlock(ptl); in reset_guest_reference_bit()
927 spin_unlock(ptl); in reset_guest_reference_bit()
930 spin_unlock(ptl); in reset_guest_reference_bit()
932 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl); in reset_guest_reference_bit()
950 pte_unmap_unlock(ptep, ptl); in reset_guest_reference_bit()
959 spinlock_t *ptl; in get_guest_storage_key() local
979 ptl = pmd_lock(mm, pmdp); in get_guest_storage_key()
981 spin_unlock(ptl); in get_guest_storage_key()
989 spin_unlock(ptl); in get_guest_storage_key()
992 spin_unlock(ptl); in get_guest_storage_key()
994 ptep = pte_offset_map_lock(mm, pmdp, addr, &ptl); in get_guest_storage_key()
1003 pte_unmap_unlock(ptep, ptl); in get_guest_storage_key()
1025 spinlock_t *ptl; in pgste_perform_essa() local
1037 ptep = get_locked_pte(mm, hva, &ptl); in pgste_perform_essa()
1111 pte_unmap_unlock(ptep, ptl); in pgste_perform_essa()
1130 spinlock_t *ptl; in set_pgste_bits() local
1137 ptep = get_locked_pte(mm, hva, &ptl); in set_pgste_bits()
1146 pte_unmap_unlock(ptep, ptl); in set_pgste_bits()
1162 spinlock_t *ptl; in get_pgste() local
1168 ptep = get_locked_pte(mm, hva, &ptl); in get_pgste()
1172 pte_unmap_unlock(ptep, ptl); in get_pgste()