Searched refs:pte_mkdirty (Results 1 – 22 of 22) sorted by relevance
247 BTFIXUPDEF_CALL_CONST(pte_t, pte_mkdirty, pte_t)251 #define pte_mkdirty(pte) BTFIXUP_CALL(pte_mkdirty)(pte) macro
373 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
229 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function280 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
73 entry = pte_mkdirty(entry); in io_remap_pte_range()
2210 BTFIXUPSET_CALL(pte_mkdirty, srmmu_pte_mkdirty, BTFIXUPCALL_ORINT(SRMMU_DIRTY)); in ld_mmu_srmmu()
2144 BTFIXUPSET_CALL(pte_mkdirty, sun4c_pte_mkdirty, BTFIXUPCALL_NORM); in ld_mmu_sun4c()
314 entry = pte_mkdirty(entry); in __do_page_fault()
87 return pte_mkdirty(mk_pte(virt_to_page(EMPTY_PGE), PAGE_SHARED)); in __bad_page()
146 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
178 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= SUN3_PAGE_MODIFIED; return pte; } in pte_mkdirty() function
177 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
267 static inline pte_t pte_mkdirty(pte_t pte) { set_pte(&pte, __pte(pte_val(pte) | _PAGE_DIRTY)); retu… in pte_mkdirty() function
218 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
242 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
221 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
277 extern inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= __DIRTY_BITS; return pte; } in pte_mkdirty() function
256 static inline pte_t pte_mkdirty(pte_t pte) { in pte_mkdirty() function
569 static inline pte_t pte_mkdirty(pte_t pte) { in pte_mkdirty() function
331 static inline pte_t pte_mkdirty(pte_t pte) { pte_val(pte) |= _PAGE_DIRTY; return pte; } in pte_mkdirty() function
263 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function
316 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D)) macro
721 static inline pte_t pte_mkdirty(pte_t pte) in pte_mkdirty() function