Home
last modified time | relevance | path

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

/arch/arc/mm/
Dcache.c614 clear_bit(PG_dc_clean, &page->flags); in flush_dcache_page()
628 clear_bit(PG_dc_clean, &page->flags); in flush_dcache_page()
885 clear_bit(PG_dc_clean, &to->flags); in copy_user_highpage()
893 set_bit(PG_dc_clean, &from->flags); in copy_user_highpage()
895 clear_bit(PG_dc_clean, &from->flags); in copy_user_highpage()
905 clear_bit(PG_dc_clean, &page->flags); in clear_user_page()
Dtlb.c620 int dirty = !test_and_set_bit(PG_dc_clean, &page->flags); in update_mmu_cache()
/arch/arc/include/asm/
Dcacheflush.h86 #define PG_dc_clean PG_arch_1 macro