Searched defs:pte_dirty (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
H A Dsun3_pgtable.h141 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } function
H A Dmcf_pgtable.h173 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h282 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/csky/include/asm/
H A Dpgtable.h151 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h162 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h86 static inline int pte_dirty(pte_t pte) \ function
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h217 static inline int pte_dirty(pte_t pte) function
H A Dpgtable_64.h361 static inline unsigned long pte_dirty(pte_t pte) function
/linux-master/arch/sh/include/asm/
H A Dpgtable_32.h340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/linux-master/arch/um/include/asm/
H A Dpgtable.h137 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/mips/include/asm/
H A Dpgtable.h292 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } function
356 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } function
/linux-master/arch/arm/include/asm/
H A Dpgtable.h185 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h220 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h252 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h253 extern inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h393 static inline int pte_dirty(pte_t pte) { return !!(pte_val(pte) & _PAGE_DIRTY); } function
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h248 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h372 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & (_PAGE_DIRTY | _PAGE_MODIFIED); } function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h315 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } function
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h375 static inline int pte_dirty(pte_t pte) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h132 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte)) macro
/linux-master/arch/x86/include/asm/
H A Dpgtable.h127 static inline bool pte_dirty(pte_t pte) function
/linux-master/fs/proc/
H A Dtask_mmu.c2547 static void gather_stats(struct page *page, struct numa_maps *md, int pte_dirty, argument

Completed in 459 milliseconds

12