Home
last modified time | relevance | path

Searched refs:pte_swp_mkuffd_wp (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/include/asm-generic/
H A Dpgtable_uffd.h35 static __always_inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp() function
/linux-6.15/mm/
H A Dmprotect.c227 newpte = pte_swp_mkuffd_wp(newpte); in change_pte_range()
252 newpte = pte_swp_mkuffd_wp(newpte); in change_pte_range()
H A Dmigrate_device.c257 swp_pte = pte_swp_mkuffd_wp(swp_pte); in migrate_vma_collect_pmd()
262 swp_pte = pte_swp_mkuffd_wp(swp_pte); in migrate_vma_collect_pmd()
H A Drmap.c2182 swp_pte = pte_swp_mkuffd_wp(swp_pte); in try_to_unmap_one()
2187 swp_pte = pte_swp_mkuffd_wp(swp_pte); in try_to_unmap_one()
2535 swp_pte = pte_swp_mkuffd_wp(swp_pte); in try_to_migrate_one()
2541 swp_pte = pte_swp_mkuffd_wp(swp_pte); in try_to_migrate_one()
H A Dinternal.h325 new = pte_swp_mkuffd_wp(new); in pte_move_swp_offset()
H A Dmigrate.c304 pte = pte_swp_mkuffd_wp(pte); in remove_migration_pte()
H A Dhugetlb.c5646 entry = pte_swp_mkuffd_wp(entry); in copy_hugetlb_page_range()
7189 newpte = pte_swp_mkuffd_wp(newpte); in hugetlb_change_protection()
H A Dmemory.c831 pte = pte_swp_mkuffd_wp(pte); in copy_nonpresent_pte()
865 pte = pte_swp_mkuffd_wp(pte); in copy_nonpresent_pte()
H A Dhuge_memory.c3038 entry = pte_swp_mkuffd_wp(entry); in __split_huge_pmd_locked()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h513 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp() function
572 #define pmd_swp_mkuffd_wp(pmd) pte_pmd(pte_swp_mkuffd_wp(pmd_pte(pmd)))
/linux-6.15/fs/proc/
H A Dtask_mmu.c2154 ptent = pte_swp_mkuffd_wp(ptent); in make_uffd_wp_pte()
2266 pte_swp_mkuffd_wp(ptent), psize); in make_uffd_wp_huge_pte()
/linux-6.15/arch/x86/include/asm/
H A Dpgtable.h1634 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) in pte_swp_mkuffd_wp() function