Searched refs:PG_dcache_dirty (Results 1 – 4 of 4) 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)
113 test_bit(PG_dcache_dirty, &folio->flags)) { in __update_cache()116 clear_bit(PG_dcache_dirty, &folio->flags); in __update_cache()420 set_bit(PG_dcache_dirty, &folio->flags); in flush_dcache_folio()
221 #define PG_dcache_dirty PG_arch_1 macro235 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()
404 #define PG_dcache_dirty PG_arch_1 macro