/Linux-v4.19/arch/mips/include/asm/ |
D | pgtable.h | 357 static inline pte_t pte_mkdirty(pte_t pte) function 409 static inline pte_t pte_mkdirty(pte_t pte) function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 108 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 165 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable_64.h | 269 static inline pte_t pte_mkdirty(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_DIRTY)); retu… in pte_mkdirty() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | pgtable.h | 335 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 176 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 | 177 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
D | mcf_pgtable.h | 299 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 210 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 372 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 236 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 251 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
D | pgtable_64.h | 471 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 277 extern inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= __DIRTY_BITS; return pte; } in pte_mkdirty() function
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable.h | 296 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 294 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 282 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgtable.h | 360 static inline pte_t pte_mkdirty(pte_t pte) \ in pte_mkdirty() function
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 312 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D)) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 366 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 173 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 317 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 667 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 917 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|