/Linux-v5.15/arch/mips/include/asm/ |
D | pgtable.h | 341 static inline pte_t pte_mkdirty(pte_t pte) function 393 static inline pte_t pte_mkdirty(pte_t pte) function
|
/Linux-v5.15/arch/nios2/include/asm/ |
D | pgtable.h | 157 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 166 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } in pte_mkdirty() function
|
D | motorola_pgtable.h | 184 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
D | mcf_pgtable.h | 288 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/csky/include/asm/ |
D | pgtable.h | 206 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/hexagon/include/asm/ |
D | pgtable.h | 288 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 179 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 106 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/um/include/asm/ |
D | pgtable.h | 211 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/arm/include/asm/ |
D | pgtable.h | 255 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/openrisc/include/asm/ |
D | pgtable.h | 286 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/alpha/include/asm/ |
D | pgtable.h | 273 extern inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= __DIRTY_BITS; return pte; } in pte_mkdirty() function
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | pgtable_32.h | 263 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
D | pgtable_64.h | 437 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/microblaze/include/asm/ |
D | pgtable.h | 285 static inline pte_t pte_mkdirty(pte_t pte) \ in pte_mkdirty() function
|
/Linux-v5.15/arch/xtensa/include/asm/ |
D | pgtable.h | 275 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 491 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | pgtable.h | 349 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
/Linux-v5.15/arch/ia64/include/asm/ |
D | pgtable.h | 305 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D)) macro
|
/Linux-v5.15/arch/riscv/include/asm/ |
D | pgtable.h | 323 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | pgtable.h | 184 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/x86/include/asm/ |
D | pgtable.h | 325 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 692 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v5.15/arch/s390/include/asm/ |
D | pgtable.h | 957 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|