Home
last modified time | relevance | path

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

/linux/mm/
H A Dpage_vma_mapped.c16 static bool map_pte(struct page_vma_mapped_walk *pvmw, spinlock_t **ptlp) in map_pte() argument
24 *ptlp = pvmw->ptl; in map_pte()
36 pvmw->address, ptlp); in map_pte()
70 pvmw->ptl = *ptlp; in map_pte()
H A Dpgtable-generic.c307 unsigned long addr, spinlock_t **ptlp) in pte_offset_map_nolock() argument
314 *ptlp = pte_lockptr(mm, &pmdval); in pte_offset_map_nolock()
363 unsigned long addr, spinlock_t **ptlp) in __pte_offset_map_lock() argument
375 *ptlp = ptl; in __pte_offset_map_lock()
H A Dmemory.c5869 * @ptlp: location to store the lock for the PTE
5872 * the corresponding lock is taken and its location is stored in @ptlp.
5873 * The contents of the PTE are only stable until @ptlp is released;
5886 pte_t **ptepp, spinlock_t **ptlp)
5909 ptep = pte_offset_map_lock(mm, pmd, address, ptlp); in follow_pte()
5917 pte_unmap_unlock(ptep, *ptlp); in follow_pte()
5891 follow_pte(struct mm_struct * mm,unsigned long address,pte_t ** ptepp,spinlock_t ** ptlp) follow_pte() argument
/linux/arch/arm/lib/
H A Duaccess_with_memcpy.c23 pin_page_for_write(const void __user *_addr, pte_t **ptep, spinlock_t **ptlp) in pin_page_for_write() argument
69 *ptlp = ptl; in pin_page_for_write()
87 *ptlp = ptl; in pin_page_for_write()
/linux/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) in pte_offset_map_lock() argument
2980 __cond_lock(*ptlp, pte = __pte_offset_map_lock(mm, pmd, addr, ptlp)); in pte_offset_map_lock()
2985 unsigned long addr, spinlock_t **ptlp);
2997 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ argument
2999 NULL : pte_offset_map_lock(mm, pmd, address, ptlp))