Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-bits-arcv2.h81 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
H A Dpgtable.h31 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable.h94 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & (_PAGE_DIRTY | _PAGE_MODIFIED); } in pte_dirty() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h51 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h141 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & SUN3_PAGE_MODIFIED; } in pte_dirty() function
H A Dmotorola_pgtable.h153 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_DIRTY; } in pte_dirty() function
H A Dmcf_pgtable.h173 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h151 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h282 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h86 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h171 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h282 #define pte_dirty(pte) (pte_val(pte) & _PAGE_DIRTY) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dpgtable.h107 static inline int pte_dirty(pte_t pte) \ in pte_dirty() function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h341 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dpgtable.h150 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h198 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h305 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h183 #define pte_dirty(pte) (pte_isset((pte), L_PTE_DIRTY)) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h340 #define pte_dirty(pte) ((pte).pte_low & _PAGE_DIRTY) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dpgtable_32.h217 static inline int pte_dirty(pte_t pte) in pte_dirty() function
/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dpgtable.h137 static inline int pte_dirty(pte_t pte) in pte_dirty() function

Completed in 17 milliseconds

123