Home
last modified time | relevance | path

Searched refs:ptlp (Results 1 – 3 of 3) sorted by relevance

/linux/mm/
H A Dpage_vma_mapped.c17 spinlock_t **ptlp) in map_pte() argument
26 *ptlp = pvmw->ptl; in map_pte()
40 pvmw->address, pmdvalp, ptlp); in map_pte()
75 spin_lock(*ptlp); in map_pte()
77 pte_unmap_unlock(pvmw->pte, *ptlp); in map_pte()
80 pvmw->ptl = *ptlp; in map_pte()
H A Dpgtable-generic.c310 unsigned long addr, spinlock_t **ptlp) in pte_offset_map_ro_nolock() argument
317 *ptlp = pte_lockptr(mm, &pmdval); in pte_offset_map_ro_nolock()
323 spinlock_t **ptlp) in pte_offset_map_rw_nolock() argument
330 *ptlp = pte_lockptr(mm, pmdvalp); in pte_offset_map_rw_nolock()
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), abov
393 __pte_offset_map_lock(struct mm_struct * mm,pmd_t * pmd,unsigned long addr,spinlock_t ** ptlp) __pte_offset_map_lock() argument
[all...]
/linux/include/linux/
H A Dmm.h3557 unsigned long addr, spinlock_t **ptlp);
3560 unsigned long addr, spinlock_t **ptlp);
3563 spinlock_t **ptlp);
3575 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ argument
3577 NULL : pte_offset_map_lock(mm, pmd, address, ptlp))