Home
last modified time | relevance | path

Searched refs:pte_swp_uffd_wp (Results 1 – 16 of 16) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable_uffd.h57 static __always_inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() function
/linux/include/linux/
H A Dswapops.h76 if (pte_swp_uffd_wp(pte)) in pte_swp_clear_flags()
H A Duserfaultfd_k.h322 if (pte_swp_uffd_wp(pte)) in pte_swp_uffd_wp_any()
/linux/mm/
H A Dpage_table_check.c195 } else if (pte_swp_uffd_wp(pte)) { in page_table_check_pte_flags()
H A Dmigrate.c329 if (pte_swp_uffd_wp(old_pte)) in try_to_map_unused_to_zeropage()
394 else if (pte_swp_uffd_wp(old_pte)) in remove_migration_pte()
410 if (pte_swp_uffd_wp(old_pte)) in remove_migration_pte()
H A Dmprotect.c346 if (pte_swp_uffd_wp(oldpte)) in change_pte_range()
H A Drmap.c2318 if (pte_swp_uffd_wp(pteval)) in try_to_unmap_one()
2693 if (pte_swp_uffd_wp(pteval)) in try_to_migrate_one()
H A Dinternal.h415 if (pte_swp_uffd_wp(pte)) in pte_move_swp_offset()
H A Dmigrate_device.c459 if (pte_swp_uffd_wp(pte)) in migrate_vma_collect_pmd()
H A Dmemory.c893 if (pte_swp_uffd_wp(orig_pte)) in restore_exclusive_pte()
984 if (pte_swp_uffd_wp(orig_pte)) in copy_nonpresent_pte()
1018 if (pte_swp_uffd_wp(orig_pte)) in copy_nonpresent_pte()
5007 if (pte_swp_uffd_wp(vmf->orig_pte)) in do_swap_page()
H A Dswapfile.c2173 if (pte_swp_uffd_wp(old_pte)) in unuse_pte()
H A Dhugetlb.c4956 bool uffd_wp = pte_swp_uffd_wp(entry); in copy_hugetlb_page_range()
/linux/arch/riscv/include/asm/
H A Dpgtable.h436 static inline bool pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() function
924 return pte_swp_uffd_wp(pmd_pte(pmd)); in pmd_swp_uffd_wp()
/linux/arch/arm64/include/asm/
H A Dpgtable.h549 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() function
602 #define pmd_swp_uffd_wp(pmd) pte_swp_uffd_wp(pmd_pte(pmd))
/linux/arch/x86/include/asm/
H A Dpgtable.h1568 static inline int pte_swp_uffd_wp(pte_t pte) in pte_swp_uffd_wp() function
/linux/fs/proc/
H A Dtask_mmu.c1958 if (pte_swp_uffd_wp(pte)) in pte_to_pagemap_entry()