Searched refs:PG_dcache_dirty (Results 1 – 3 of 3) sorted by relevance
37 #define PG_dcache_dirty PG_arch_1 macro40 test_bit(PG_dcache_dirty, &(folio)->flags)42 set_bit(PG_dcache_dirty, &(folio)->flags)44 clear_bit(PG_dcache_dirty, &(folio)->flags)
125 test_bit(PG_dcache_dirty, &folio->flags)) { in __update_cache()128 clear_bit(PG_dcache_dirty, &folio->flags); in __update_cache()484 set_bit(PG_dcache_dirty, &folio->flags); in flush_dcache_folio()
221 #define PG_dcache_dirty PG_arch_1 macro 235 mask = (mask << PG_dcache_cpu_shift) | (1UL << PG_dcache_dirty); in set_dcache_dirty() 252 unsigned long mask = (1UL << PG_dcache_dirty); in clear_dcache_dirty_cpu() 296 if (pg_flags & (1UL << PG_dcache_dirty)) { in flush_dcache() 483 bool dirty = test_bit(PG_dcache_dirty, &folio->flags); in flush_dcache_folio()