Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h306 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function
370 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h49 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dpgtable.h107 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dsun3_pgtable.h159 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
H A Dmotorola_pgtable.h175 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
H A Dmcf_pgtable.h228 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/hexagon/include/asm/
H A Dpgtable.h305 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h171 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable.h197 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dpgtable.h150 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Dpgtable.h282 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dpgtable.h269 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dpgtable.h267 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h236 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgtable_32.h234 static inline int pte_dirty(pte_t pte) in pte_dirty() function
H A Dpgtable_64.h607 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h248 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpgtable.h231 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h354 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h305 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dpgtable.h350 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h299 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0) macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h119 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c1801 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()

12