Lines Matching refs:ptlp
310 unsigned long addr, spinlock_t **ptlp)
317 *ptlp = pte_lockptr(mm, &pmdval);
323 spinlock_t **ptlp)
330 *ptlp = pte_lockptr(mm, pmdvalp);
335 * pte_offset_map_lock(mm, pmd, addr, ptlp) is usually called with the pmd
344 * modification by software, with a pointer to that spinlock in ptlp (in some
348 * But it is unsuccessful, returning NULL with *ptlp unchanged, if there is no
363 * pte_offset_map_ro_nolock(mm, pmd, addr, ptlp), above, is like pte_offset_map();
364 * but when successful, it also outputs a pointer to the spinlock in ptlp - as
375 * pte_offset_map_rw_nolock(mm, pmd, addr, pmdvalp, ptlp), above, is like
392 unsigned long addr, spinlock_t **ptlp)
404 *ptlp = ptl;