Home
last modified time | relevance | path

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

/openbmc/linux/arch/openrisc/include/asm/
H A Dcacheflush.h57 #define PG_dc_clean PG_arch_1 macro
61 clear_bit(PG_dc_clean, &folio->flags); in flush_dcache_folio()
/openbmc/linux/arch/openrisc/mm/
H A Dcache.c47 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags); in update_cache()
/openbmc/linux/arch/arc/mm/
H A Dcache.c723 clear_bit(PG_dc_clean, &folio->flags); in flush_dcache_folio()
737 clear_bit(PG_dc_clean, &folio->flags); in flush_dcache_folio()
997 clear_bit(PG_dc_clean, &dst->flags); in copy_user_highpage()
1007 clear_bit(PG_dc_clean, &src->flags); in copy_user_highpage()
1018 clear_bit(PG_dc_clean, &folio->flags); in clear_user_page()
H A Dtlb.c497 int dirty = !test_and_set_bit(PG_dc_clean, &folio->flags); in update_mmu_cache_range()
/openbmc/linux/arch/arc/include/asm/
H A Dcacheflush.h78 #define PG_dc_clean PG_arch_1 macro