Home
last modified time | relevance | path

Searched refs:PG_dcache_dirty (Results 1 – 3 of 3) sorted by relevance

/linux/arch/mips/include/asm/
H A Dcacheflush.h37 #define PG_dcache_dirty PG_arch_1 macro
40 test_bit(PG_dcache_dirty, &(folio)->flags)
42 set_bit(PG_dcache_dirty, &(folio)->flags)
44 clear_bit(PG_dcache_dirty, &(folio)->flags)
/linux/arch/parisc/kernel/
H A Dcache.c125 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()
/linux/arch/sparc/mm/
H A Dinit_64.c221 #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()