Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/translations/zh_CN/mm/
Dsplit_page_table_lock.rst27 - pte_alloc_map_lock()
/linux-6.1.9/Documentation/mm/
Dsplit_page_table_lock.rst23 - pte_alloc_map_lock()
/linux-6.1.9/arch/s390/mm/
Dgmap.c865 return pte_alloc_map_lock(gmap->mm, (pmd_t *) table, gaddr, ptl); in gmap_pte_op_walk()
1021 ptep = pte_alloc_map_lock(gmap->mm, pmdp, gaddr, &ptl); in gmap_protect_pte()
2489 ptep = pte_alloc_map_lock(gmap->mm, pmdp, vmaddr, &ptl); in gmap_sync_dirty_log_pmd()
/linux-6.1.9/mm/
Dmemory.c1036 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1844 return pte_alloc_map_lock(mm, pmd, addr, ptl); in __get_locked_pte()
2392 mapped_pte = pte = pte_alloc_map_lock(mm, pmd, addr, &ptl); in remap_pte_range()
2623 pte_alloc_map_lock(mm, pmd, addr, &ptl); in apply_to_pte_range()
/linux-6.1.9/include/linux/
Dmm.h2417 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ macro