| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 187 #define pmd_write(pmd) (pmd_isclear((pmd), L_PMD_SECT_RDONLY)) macro 190 #define pud_write(pud) pmd_write(__pmd(pud_val(pud))) 192 #define pmd_hugewillfault(pmd) (!pmd_young(pmd) || !pmd_write(pmd)) 241 if (pmd_write(pmd) && pmd_dirty(pmd)) in set_pmd_at()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pgtable.h | 402 #define pmd_savedwrite pmd_write 519 (pmd_present(pmd) && (!(write) || pmd_write(pmd))) 1099 #ifndef pmd_write 1100 static inline int pmd_write(pmd_t pmd) in pmd_write() function
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable.h | 600 #define pmd_write pmd_write macro 601 static inline int pmd_write(pmd_t pmd) function
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | hugepage.h | 32 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 173 WARN_ON(!pmd_write(pmd_mkwrite(pmd_wrprotect(pmd)))); in pmd_basic_tests() 176 WARN_ON(pmd_write(pmd_wrprotect(pmd_mkwrite(pmd)))); in pmd_basic_tests() 206 WARN_ON(pmd_write(pmd)); in pmd_advanced_tests() 219 WARN_ON(!(pmd_write(pmd) && pmd_dirty(pmd))); in pmd_advanced_tests()
|
| H A D | mapping_dirty_helpers.c | 139 WARN_ON(pmd_write(pmdval) || pmd_dirty(pmdval)); in wp_clean_pmd_entry()
|
| H A D | huge_memory.c | 984 if (flags & FOLL_WRITE && !pmd_write(*pmd)) in follow_devmap_pmd() 1336 return pmd_write(pmd) || in can_follow_write_pmd() 1811 preserve_write = prot_numa && pmd_write(*pmd); in change_huge_pmd() 1887 BUG_ON(vma_is_anonymous(vma) && !preserve_write && pmd_write(entry)); in change_huge_pmd() 2123 write = pmd_write(old_pmd); in __split_huge_pmd_locked() 2982 entry = make_migration_entry(page, pmd_write(pmdval)); in set_pmd_migration_entry()
|
| H A D | hmm.c | 179 return (pmd_write(pmd) ? (HMM_PFN_VALID | HMM_PFN_WRITE) : in pmd_to_hmm_pfn_flags()
|
| H A D | rmap.c | 958 if (!pmd_dirty(*pmd) && !pmd_write(*pmd)) in page_mkclean_one()
|
| H A D | memory.c | 4904 if (dirty && !pmd_write(orig_pmd)) { in __handle_mm_fault()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_64.h | 701 #define pmd_write pmd_write macro 702 static inline unsigned long pmd_write(pmd_t pmd) in pmd_write() function
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgtable.h | 740 #define pmd_write pmd_write macro 741 static inline int pmd_write(pmd_t pmd) in pmd_write() function 1645 if (pmd_write(pmd)) in pmdp_set_wrprotect()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | pgtable.h | 1131 #define pmd_write pmd_write macro 1132 static inline int pmd_write(pmd_t pmd) in pmd_write() function
|
| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | arch_pgtable_helpers.rst | 101 | pmd_write | Tests a writable PMD |
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 441 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 1123 #define pmd_write(pmd) pte_write(pmd_pte(pmd)) macro
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 851 if (!pmd_dirty(*pmdp) && !pmd_write(*pmdp)) in dax_entry_mkclean()
|
| H A D | userfaultfd.c | 317 if (!pmd_write(_pmd) && (reason & VM_UFFD_WP)) in userfaultfd_must_wait()
|