Home
last modified time | relevance | path

Searched refs:PG_dc_clean (Results 1 – 5 of 5) sorted by relevance

/linux/arch/openrisc/include/asm/
H A Dcacheflush.h74 #define PG_dc_clean PG_arch_1 macro
78 clear_bit(PG_dc_clean, &folio->flags.f); in flush_dcache_folio()
/linux/arch/arc/include/asm/
H A Dcacheflush.h57 #define PG_dc_clean PG_arch_1 macro
/linux/arch/openrisc/mm/
H A Dcache.c86 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags.f); in update_cache()
/linux/arch/arc/mm/
H A Dcache.c707 clear_bit(PG_dc_clean, &folio->flags.f); in flush_dcache_folio()
892 clear_bit(PG_dc_clean, &dst->flags.f); in copy_user_highpage()
893 clear_bit(PG_dc_clean, &src->flags.f); in copy_user_highpage()
903 clear_bit(PG_dc_clean, &folio->flags.f); in clear_user_page()
H A Dtlb.c491 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags.f); in update_mmu_cache_range()