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

/linux-master/include/asm-generic/
H A Dpgtable_uffd.h35 static __always_inline pte_t pte_swp_mkuffd_wp(pte_t pte) function
/linux-master/mm/
H A Dmprotect.c226 newpte = pte_swp_mkuffd_wp(newpte);
234 newpte = pte_swp_mkuffd_wp(newpte);
257 newpte = pte_swp_mkuffd_wp(newpte);
H A Dmigrate_device.c243 swp_pte = pte_swp_mkuffd_wp(swp_pte);
248 swp_pte = pte_swp_mkuffd_wp(swp_pte);
H A Drmap.c1897 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2174 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2262 swp_pte = pte_swp_mkuffd_wp(swp_pte);
2410 swp_pte = pte_swp_mkuffd_wp(swp_pte);
H A Dinternal.h232 new = pte_swp_mkuffd_wp(new);
H A Dmigrate.c244 pte = pte_swp_mkuffd_wp(pte);
H A Dhugetlb.c5450 entry = pte_swp_mkuffd_wp(entry);
6965 newpte = pte_swp_mkuffd_wp(newpte);
H A Dmemory.c828 pte = pte_swp_mkuffd_wp(pte);
862 pte = pte_swp_mkuffd_wp(pte);
H A Dhuge_memory.c2547 entry = pte_swp_mkuffd_wp(entry);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h492 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) function
563 #define pmd_swp_mkuffd_wp(pmd) pte_pmd(pte_swp_mkuffd_wp(pmd_pte(pmd)))
/linux-master/fs/proc/
H A Dtask_mmu.c1835 ptent = pte_swp_mkuffd_wp(ptent);
1947 pte_swp_mkuffd_wp(ptent), psize);
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1558 static inline pte_t pte_swp_mkuffd_wp(pte_t pte) function

Completed in 238 milliseconds