Searched refs:PG_dcache_clean (Results 1 – 15 of 15) sorted by relevance
/linux-3.4.99/arch/sh/mm/ |
D | cache.c | 63 test_bit(PG_dcache_clean, &page->flags)) { in copy_to_user_page() 70 clear_bit(PG_dcache_clean, &page->flags); in copy_to_user_page() 82 test_bit(PG_dcache_clean, &page->flags)) { in copy_from_user_page() 89 clear_bit(PG_dcache_clean, &page->flags); in copy_from_user_page() 101 test_bit(PG_dcache_clean, &from->flags)) { in copy_user_highpage() 145 int dirty = !test_and_set_bit(PG_dcache_clean, &page->flags); in __update_cache() 157 test_bit(PG_dcache_clean, &page->flags)) { in __flush_anon_page()
|
D | kmap.c | 37 BUG_ON(!test_bit(PG_dcache_clean, &page->flags)); in kmap_coherent()
|
D | cache-sh4.c | 118 clear_bit(PG_dcache_clean, &page->flags); in sh4_flush_dcache_page() 243 test_bit(PG_dcache_clean, &page->flags) && in sh4_flush_cache_page()
|
D | cache-sh7705.c | 142 clear_bit(PG_dcache_clean, &page->flags); in sh7705_flush_dcache_page()
|
/linux-3.4.99/arch/unicore32/mm/ |
D | flush.c | 89 clear_bit(PG_dcache_clean, &page->flags); in flush_dcache_page() 94 set_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()
|
D | mmu.c | 507 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) in update_mmu_cache()
|
/linux-3.4.99/arch/arm/mm/ |
D | flush.c | 247 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) in __sync_icache_dcache() 289 clear_bit(PG_dcache_clean, &page->flags); in flush_dcache_page() 296 set_bit(PG_dcache_clean, &page->flags); in flush_dcache_page()
|
D | copypage-xscale.c | 92 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in xscale_mc_copy_user_highpage()
|
D | copypage-v4mc.c | 72 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in v4_mc_copy_user_highpage()
|
D | copypage-v6.c | 78 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) in v6_copy_user_highpage_aliasing()
|
D | fault-armv.c | 200 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) in update_mmu_cache()
|
D | dma-mapping.c | 581 set_bit(PG_dcache_clean, &page->flags); in ___dma_page_dev_to_cpu()
|
/linux-3.4.99/arch/unicore32/include/asm/ |
D | cacheflush.h | 25 #define PG_dcache_clean PG_arch_1 macro
|
/linux-3.4.99/arch/sh/include/asm/ |
D | cacheflush.h | 99 #define PG_dcache_clean PG_arch_1 macro
|
/linux-3.4.99/arch/arm/include/asm/ |
D | cacheflush.h | 26 #define PG_dcache_clean PG_arch_1 macro
|