Home
last modified time | relevance | path

Searched defs:pte_mkclean (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h318 static inline pte_t pte_mkclean(pte_t pte) function
379 static inline pte_t pte_mkclean(pte_t pte) function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h133 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h141 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h163 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~SUN3_PAGE_MODIFIED; return pte; } in pte_mkclean() function
H A Dmotorola_pgtable.h179 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~_PAGE_DIRTY; return pte; } in pte_mkclean() function
H A Dmcf_pgtable.h256 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h285 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h187 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h249 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h182 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h273 extern inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~(__DIRTY_BITS); return pte; } in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h272 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h257 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h249 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
H A Dpgtable_64.h465 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h267 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h428 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h317 static inline pte_t pte_mkclean(pte_t pte) \ in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h354 static inline pte_t pte_mkclean(pte_t pte) { pte_val(pte) &= ~_PAGE_DIRTY; return pte; } in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/mips/kvm/
H A Dmmu.c380 BUILD_PTE_RANGE_OP(mkclean, pte_mkclean) in BUILD_PTE_RANGE_OP() argument
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h310 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D)) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h181 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h648 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable.h334 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h956 static inline pte_t pte_mkclean(pte_t pte) in pte_mkclean() function