Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpgtable.c804 ptep = pte_alloc_map_lock(mm, pmdp, addr, &ptl); in set_guest_storage_key()
903 ptep = pte_alloc_map_lock(mm, pmdp, addr, &ptl); in reset_guest_reference_bit()
959 ptep = pte_alloc_map_lock(mm, pmdp, addr, &ptl); in get_guest_storage_key()
H A Dgmap.c860 return pte_alloc_map_lock(gmap->mm, (pmd_t *) table, gaddr, ptl); in gmap_pte_op_walk()
1016 ptep = pte_alloc_map_lock(gmap->mm, pmdp, gaddr, &ptl); in gmap_protect_pte()
2477 ptep = pte_alloc_map_lock(gmap->mm, pmdp, vmaddr, &ptl); in gmap_sync_dirty_log_pmd()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dsplit_page_table_lock.rst23 - pte_alloc_map_lock()
/OK3568_Linux_fs/kernel/mm/
H A Dmemory.c991 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1699 return pte_alloc_map_lock(mm, pmd, addr, ptl); in __get_locked_pte()
2249 mapped_pte = pte = pte_alloc_map_lock(mm, pmd, addr, &ptl); in remap_pte_range()
2469 pte_alloc_map_lock(mm, pmd, addr, &ptl); in apply_to_pte_range()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2399 #define pte_alloc_map_lock(mm, pmd, address, ptlp) \ macro