Searched refs:pte_alloc_map_lock (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/translations/zh_CN/mm/ |
H A D | split_page_table_lock.rst | 27 - pte_alloc_map_lock()
|
/linux/arch/s390/mm/ |
H A D | gmap.c | 811 return pte_alloc_map_lock(gmap->mm, (pmd_t *) table, gaddr, ptl); in gmap_pte_op_walk() 967 ptep = pte_alloc_map_lock(gmap->mm, pmdp, gaddr, &ptl); in gmap_protect_pte() 2207 ptep = pte_alloc_map_lock(gmap->mm, pmdp, vmaddr, &ptl); in gmap_sync_dirty_log_pmd()
|
/linux/mm/ |
H A D | memory.c | 1106 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range() 2085 return pte_alloc_map_lock(mm, pmd, addr, ptl); in __get_locked_pte() 2646 mapped_pte = pte = pte_alloc_map_lock(mm, pmd, addr, &ptl); in remap_pte_range() 2894 pte_alloc_map_lock(mm, pmd, addr, &ptl); in apply_to_pte_range()
|
/linux/include/linux/ |
H A D | mm.h | 3074 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ macro
|