Home
last modified time | relevance | path

Searched refs:pte_swp_soft_dirty (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dswapops.h29 if (pte_swp_soft_dirty(pte)) in pte_swp_clear_flags()
H A Dpgtable.h978 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty() function
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Darch_pgtable_helpers.rst41 | pte_swp_soft_dirty | Tests a soft dirty swapped PTE |
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h767 static inline bool pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty() function
1111 #define pmd_swp_soft_dirty(pmd) pte_swp_soft_dirty(pmd_pte(pmd))
/OK3568_Linux_fs/kernel/mm/
H A Ddebug_vm_pgtable.c759 WARN_ON(!pte_swp_soft_dirty(pte_swp_mksoft_dirty(pte))); in pte_swap_soft_dirty_tests()
760 WARN_ON(pte_swp_soft_dirty(pte_swp_clear_soft_dirty(pte))); in pte_swap_soft_dirty_tests()
H A Dmprotect.c153 if (pte_swp_soft_dirty(oldpte)) in change_pte_range()
H A Dmigrate.c215 if (pte_swp_soft_dirty(*pvmw.pte)) in remove_migration_pte()
230 if (pte_swp_soft_dirty(*pvmw.pte)) in remove_migration_pte()
2439 if (pte_swp_soft_dirty(pte)) in migrate_vma_collect_pmd()
H A Drmap.c1596 if (pte_swp_soft_dirty(pteval)) in try_to_unmap_one()
H A Dmemory.c772 if (pte_swp_soft_dirty(*src_pte)) in copy_nonpresent_pte()
3798 if (pte_swp_soft_dirty(vmf->orig_pte)) in do_swap_page()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h432 #define pte_swp_soft_dirty pte_soft_dirty macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h1303 static inline int pte_swp_soft_dirty(pte_t pte) in pte_swp_soft_dirty() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h809 #define pte_swp_soft_dirty pte_soft_dirty macro
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1465 if (pte_swp_soft_dirty(pte)) in pte_to_pagemap_entry()