Lines Matching refs:ptlp
4875 pmd_t **pmdpp, spinlock_t **ptlp)
4908 *ptlp = pmd_lock(mm, pmd);
4913 spin_unlock(*ptlp);
4927 ptep = pte_offset_map_lock(mm, pmd, address, ptlp);
4933 pte_unmap_unlock(ptep, *ptlp);
4945 * @ptlp: location to store the lock for the PTE
4948 * the corresponding lock is taken and its location is stored in @ptlp.
4949 * The contents of the PTE are only stable until @ptlp is released;
4962 pte_t **ptepp, spinlock_t **ptlp)
4964 return follow_invalidate_pte(mm, address, NULL, ptepp, NULL, ptlp);