Searched refs:ptlp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/mm/ |
| H A D | page_vma_mapped.c | 17 spinlock_t **ptlp) in map_pte() argument 25 *ptlp = pvmw->ptl; in map_pte() 38 pvmw->address, pmdvalp, ptlp); in map_pte() 72 spin_lock(*ptlp); in map_pte() 74 pte_unmap_unlock(pvmw->pte, *ptlp); in map_pte() 77 pvmw->ptl = *ptlp; in map_pte()
|
| H A D | pgtable-generic.c | 309 unsigned long addr, spinlock_t **ptlp) in pte_offset_map_ro_nolock() argument 316 *ptlp = pte_lockptr(mm, &pmdval); in pte_offset_map_ro_nolock() 322 spinlock_t **ptlp) in pte_offset_map_rw_nolock() argument 329 *ptlp = pte_lockptr(mm, pmdvalp); in pte_offset_map_rw_nolock() 392 unsigned long addr, spinlock_t **ptlp) in __pte_offset_map_lock() argument 404 *ptlp = ptl; in __pte_offset_map_lock()
|
| /linux-6.15/arch/arm/lib/ |
| H A D | uaccess_with_memcpy.c | 23 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-6.15/include/linux/ |
| H A D | mm.h | 3143 unsigned long addr, spinlock_t **ptlp); 3145 unsigned long addr, spinlock_t **ptlp) in pte_offset_map_lock() argument 3149 __cond_lock(RCU, __cond_lock(*ptlp, in pte_offset_map_lock() 3150 pte = __pte_offset_map_lock(mm, pmd, addr, ptlp))); in pte_offset_map_lock() 3155 unsigned long addr, spinlock_t **ptlp); 3158 spinlock_t **ptlp); 3170 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ argument 3172 NULL : pte_offset_map_lock(mm, pmd, address, ptlp))
|