/arch/mips/include/asm/ |
D | pgtable.h | 240 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function 291 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/powerpc/include/asm/ |
D | pgtable.h | 65 static inline pte_t pte_mkdirty(pte_t pte) { in pte_mkdirty() function
|
/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 178 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 | 178 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
D | mcf_pgtable.h | 304 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/cris/include/asm/ |
D | pgtable.h | 146 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/hexagon/include/asm/ |
D | pgtable.h | 343 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/score/include/asm/ |
D | pgtable.h | 237 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/sh/include/asm/ |
D | pgtable_64.h | 274 static inline pte_t pte_mkdirty(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_DIRTY)); retu… in pte_mkdirty() function
|
/arch/um/include/asm/ |
D | pgtable.h | 225 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/tile/include/asm/ |
D | pgtable.h | 205 #define pte_mkdirty hv_pte_set_dirty macro
|
/arch/avr32/include/asm/ |
D | pgtable.h | 242 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/m32r/include/asm/ |
D | pgtable.h | 240 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 229 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/alpha/include/asm/ |
D | pgtable.h | 278 extern inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= __DIRTY_BITS; return pte; } in pte_mkdirty() function
|
/arch/openrisc/include/asm/ |
D | pgtable.h | 295 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/sparc/include/asm/ |
D | pgtable_32.h | 252 #define pte_mkdirty(pte) BTFIXUP_CALL(pte_mkdirty)(pte) macro
|
D | pgtable_64.h | 378 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 371 static inline pte_t pte_mkdirty(pte_t pte) \ in pte_mkdirty() function
|
/arch/mn10300/include/asm/ |
D | pgtable.h | 265 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
/arch/parisc/include/asm/ |
D | pgtable.h | 348 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
/arch/frv/include/asm/ |
D | pgtable.h | 386 static inline pte_t pte_mkdirty(pte_t pte) { (pte).pte |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
|
/arch/ia64/include/asm/ |
D | pgtable.h | 315 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D)) macro
|
/arch/x86/include/asm/ |
D | pgtable.h | 208 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|
/arch/s390/include/asm/ |
D | pgtable.h | 805 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
|