Home
last modified time | relevance | path

Searched refs:pte_mkdirty (Results 1 – 25 of 42) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h181 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 Dtlbex_32.c63 entry = pte_mkdirty(entry); in handle_tlbmiss()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dhugepage.h25 #define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dhugetlb.h107 return pte_mkdirty(pte); in huge_pte_mkdirty()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dhugetlb.h27 return pte_mkdirty(pte); in huge_pte_mkdirty()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dioremap.c51 pte = pte_mkdirty(pte); in ioremap_prot()
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h189 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 Dhugetlbpage.c175 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 Ddebug_vm_pgtable.c80 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 Dmcfmmu.c144 set_pte(pte, pte_mkdirty(*pte)); in cf_tlb_miss()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h166 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } in pte_mkdirty() function
H A Dmotorola_pgtable.h182 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
H A Dmcf_pgtable.h286 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/alpha/mm/
H A Dinit.c87 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 Dpgtable.h347 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 Dpgtable.h159 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h292 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 Dpgtable.h108 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h207 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h211 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h276 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 Dpgtable.h276 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h254 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h287 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h264 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function

12