Home
last modified time | relevance | path

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

/linux/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/linux/arch/csky/include/asm/
H A Dpgtable.h151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/hexagon/include/asm/
H A Dpgtable.h279 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h135 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
H A Dmotorola_pgtable.h147 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
H A Dmcf_pgtable.h167 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/nios2/include/asm/
H A Dpgtable.h89 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/linux/arch/um/include/asm/
H A Dpgtable.h139 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/microblaze/include/asm/
H A Dpgtable.h247 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/xtensa/include/asm/
H A Dpgtable.h251 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/openrisc/include/asm/
H A Dpgtable.h203 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/sparc/include/asm/
H A Dpgtable_32.h217 static inline int pte_dirty(pte_t pte) in pte_dirty() function
H A Dpgtable_64.h359 static inline unsigned long pte_dirty(pte_t pte) in pte_dirty() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h315 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h395 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/linux/fs/proc/
H A Dtask_mmu.c3136 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, in gather_stats()
/linux/arch/arm64/include/asm/
H A Dpgtable.h175 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro