| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/ |
| H A D | pgtable.h | 181 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function 325 pte_t pte_set = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(0))))); in __ptep_set_access_flags() 326 pte_t pte_clr = pte_mkyoung(pte_mkdirty(pte_mkwrite(pte_mkexec(__pte(~0))))); in __ptep_set_access_flags()
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | tlbex_32.c | 63 entry = pte_mkdirty(entry); in handle_tlbmiss()
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | hugepage.h | 25 #define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | hugetlb.h | 107 return pte_mkdirty(pte); in huge_pte_mkdirty()
|
| /OK3568_Linux_fs/kernel/include/asm-generic/ |
| H A D | hugetlb.h | 27 return pte_mkdirty(pte); in huge_pte_mkdirty()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | ioremap.c | 51 pte = pte_mkdirty(pte); in ioremap_prot()
|
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | pgtable.h | 189 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function 206 pte = pte_mkdirty(pte); in pte_wrprotect() 428 #define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd))) 762 pte = pte_mkdirty(pte); in pte_modify()
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 175 orig_pte = pte_mkdirty(orig_pte); in get_clear_flush() 437 pte = pte_mkdirty(pte); in huge_ptep_set_access_flags()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | debug_vm_pgtable.c | 80 WARN_ON(!pte_dirty(pte_mkdirty(pte_mkclean(pte)))); in pte_basic_tests() 83 WARN_ON(pte_dirty(pte_mkclean(pte_mkdirty(pte)))); in pte_basic_tests() 86 WARN_ON(!pte_dirty(pte_wrprotect(pte_mkdirty(pte)))); in pte_basic_tests() 117 pte = pte_mkdirty(pte); in pte_advanced_tests()
|
| /OK3568_Linux_fs/kernel/arch/m68k/mm/ |
| H A D | mcfmmu.c | 144 set_pte(pte, pte_mkdirty(*pte)); in cf_tlb_miss()
|
| /OK3568_Linux_fs/kernel/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 166 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } in pte_mkdirty() function
|
| H A D | motorola_pgtable.h | 182 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
| H A D | mcf_pgtable.h | 286 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/mm/ |
| H A D | init.c | 87 return pte_mkdirty(mk_pte(virt_to_page(EMPTY_PGE), PAGE_SHARED)); in __bad_page()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | pgtable.h | 347 static inline pte_t pte_mkdirty(pte_t pte) function 399 static inline pte_t pte_mkdirty(pte_t pte) function
|
| /OK3568_Linux_fs/kernel/arch/nios2/include/asm/ |
| H A D | pgtable.h | 159 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/hexagon/include/asm/ |
| H A D | pgtable.h | 292 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 108 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/csky/include/asm/ |
| H A D | pgtable.h | 207 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | pgtable.h | 211 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/asm/ |
| H A D | pgtable.h | 276 extern inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= __DIRTY_BITS; return pte; } in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 276 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable.h | 254 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 287 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | pgtable_32.h | 264 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|