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

/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.h2440 pte_t **ptepp, spinlock_t **ptlp);
3014 unsigned long addr, spinlock_t **ptlp);
3016 unsigned long addr, spinlock_t **ptlp)
3020 __cond_lock(*ptlp, pte = __pte_offset_map_lock(mm, pmd, addr, ptlp));
3025 unsigned long addr, spinlock_t **ptlp);
3037 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \
3039 NULL : pte_offset_map_lock(mm, pmd, address, ptlp))
3015 pte_offset_map_lock(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, spinlock_t **ptlp) argument
/linux-master/mm/
H A Dmemory.c5947 * @ptlp: location to store the lock for the PTE
5950 * the corresponding lock is taken and its location is stored in @ptlp.
5952 * The contents of the PTE are only stable until @ptlp is released using
5970 pte_t **ptepp, spinlock_t **ptlp)
6001 ptep = pte_offset_map_lock(mm, pmd, address, ptlp);
6009 pte_unmap_unlock(ptep, *ptlp);
5969 follow_pte(struct vm_area_struct *vma, unsigned long address, pte_t **ptepp, spinlock_t **ptlp) argument
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.c309 unsigned long addr, spinlock_t **ptlp)
316 *ptlp = pte_lockptr(mm, &pmdval);
321 * pte_offset_map_lock(mm, pmd, addr, ptlp), and its internal implementation
331 * modification by software, with a pointer to that spinlock in ptlp (in some
335 * But it is unsuccessful, returning NULL with *ptlp unchanged, if there is no
350 * pte_offset_map_nolock(mm, pmd, addr, ptlp), above, is like pte_offset_map();
351 * but when successful, it also outputs a pointer to the spinlock in ptlp - as
365 unsigned long addr, spinlock_t **ptlp)
377 *ptlp = ptl;
308 pte_offset_map_nolock(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, spinlock_t **ptlp) argument
364 __pte_offset_map_lock(struct mm_struct *mm, pmd_t *pmd, unsigned long addr, spinlock_t **ptlp) argument

Completed in 361 milliseconds