Searched refs:ptlp (Results 1 - 5 of 5) sorted by relevance

/linux-master/mm/
H A Dpage_vma_mapped.c16 static bool map_pte(struct page_vma_mapped_walk *pvmw, spinlock_t **ptlp) argument
24 *ptlp = pvmw->ptl;
36 pvmw->address, ptlp);
70 pvmw->ptl = *ptlp;
H A Dpgtable-generic.c307 unsigned long addr, spinlock_t **ptlp)
314 *ptlp = pte_lockptr(mm, &pmdval);
319 * pte_offset_map_lock(mm, pmd, addr, ptlp), and its internal implementation
329 * modification by software, with a pointer to that spinlock in ptlp (in some
333 * But it is unsuccessful, returning NULL with *ptlp unchanged, if there is no
348 * pte_offset_map_nolock(mm, pmd, addr, ptlp), above, is like pte_offset_map();
349 * but when successful, it also outputs a pointer to the spinlock in ptlp - as
363 unsigned long addr, spinlock_t **ptlp)
375 *ptlp = ptl;
306 pte_offset_map_nolock(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, spinlock_t **ptlp) argument
362 __pte_offset_map_lock(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, spinlock_t **ptlp) argument
H A Dmemory.c5874 * @ptlp: location to store the lock for the PTE
5877 * the corresponding lock is taken and its location is stored in @ptlp.
5878 * The contents of the PTE are only stable until @ptlp is released;
5891 pte_t **ptepp, spinlock_t **ptlp)
5914 ptep = pte_offset_map_lock(mm, pmd, address, ptlp);
5922 pte_unmap_unlock(ptep, *ptlp);
5890 follow_pte(struct mm_struct *mm, unsigned long address, pte_t **ptepp, spinlock_t **ptlp) argument
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c23 pin_page_for_write(const void __user *_addr, pte_t **ptep, spinlock_t **ptlp) argument
69 *ptlp = ptl;
87 *ptlp = ptl;
/linux-master/include/linux/
H A Dmm.h2397 pte_t **ptepp, spinlock_t **ptlp);
2974 unsigned long addr, spinlock_t **ptlp);
2976 unsigned long addr, spinlock_t **ptlp)
2980 __cond_lock(*ptlp, pte = __pte_offset_map_lock(mm, pmd, addr, ptlp));
2985 unsigned long addr, spinlock_t **ptlp);
2997 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \
2999 NULL : pte_offset_map_lock(mm, pmd, address, ptlp))
2975 pte_offset_map_lock(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, spinlock_t **ptlp) argument

Completed in 211 milliseconds