/linux-4.1.27/arch/sh/mm/ |
H A D | cache.c | 63 test_bit(PG_dcache_clean, &page->flags)) { copy_to_user_page() 70 clear_bit(PG_dcache_clean, &page->flags); copy_to_user_page() 82 test_bit(PG_dcache_clean, &page->flags)) { copy_from_user_page() 89 clear_bit(PG_dcache_clean, &page->flags); copy_from_user_page() 101 test_bit(PG_dcache_clean, &from->flags)) { copy_user_highpage() 145 int dirty = !test_and_set_bit(PG_dcache_clean, &page->flags); __update_cache() 157 test_bit(PG_dcache_clean, &page->flags)) { __flush_anon_page()
|
H A D | kmap.c | 37 BUG_ON(!test_bit(PG_dcache_clean, &page->flags)); kmap_coherent()
|
H A D | cache-sh7705.c | 142 clear_bit(PG_dcache_clean, &page->flags); sh7705_flush_dcache_page()
|
H A D | cache-sh4.c | 118 clear_bit(PG_dcache_clean, &page->flags); sh4_flush_dcache_page() 243 test_bit(PG_dcache_clean, &page->flags) && sh4_flush_cache_page()
|
/linux-4.1.27/arch/arm64/mm/ |
H A D | flush.c | 81 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) { __sync_icache_dcache() 97 if (test_bit(PG_dcache_clean, &page->flags)) flush_dcache_page() 98 clear_bit(PG_dcache_clean, &page->flags); flush_dcache_page()
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | flush.c | 89 clear_bit(PG_dcache_clean, &page->flags); flush_dcache_page() 94 set_bit(PG_dcache_clean, &page->flags); flush_dcache_page()
|
H A D | mmu.c | 480 * 1. If PG_dcache_clean is not set for the page, we need to ensure 507 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) update_mmu_cache()
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | hugetlb.h | 96 clear_bit(PG_dcache_clean, &page->flags); arch_clear_hugepage_flags()
|
H A D | cacheflush.h | 99 #define PG_dcache_clean PG_arch_1 macro
|
/linux-4.1.27/arch/nios2/include/asm/ |
H A D | cacheflush.h | 19 #define PG_dcache_clean PG_arch_1 macro
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | hugetlb.h | 81 clear_bit(PG_dcache_clean, &page->flags); arch_clear_hugepage_flags()
|
H A D | cacheflush.h | 26 #define PG_dcache_clean PG_arch_1 macro
|
H A D | tlbflush.h | 625 * If PG_dcache_clean is not set for the page, we need to ensure that any
|
/linux-4.1.27/arch/nios2/mm/ |
H A D | cacheflush.c | 203 clear_bit(PG_dcache_clean, &page->flags); flush_dcache_page() 211 set_bit(PG_dcache_clean, &page->flags); flush_dcache_page() 235 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) update_mmu_cache()
|
/linux-4.1.27/arch/arm/mm/ |
H A D | flush.c | 277 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) __sync_icache_dcache() 319 clear_bit(PG_dcache_clean, &page->flags); flush_dcache_page() 326 set_bit(PG_dcache_clean, &page->flags); flush_dcache_page()
|
H A D | copypage-v4mc.c | 72 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) v4_mc_copy_user_highpage()
|
H A D | copypage-v6.c | 78 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) v6_copy_user_highpage_aliasing()
|
H A D | copypage-xscale.c | 92 if (!test_and_set_bit(PG_dcache_clean, &from->flags)) xscale_mc_copy_user_highpage()
|
H A D | fault-armv.c | 172 * 1. If PG_dcache_clean is not set for the page, we need to ensure 199 if (!test_and_set_bit(PG_dcache_clean, &page->flags)) update_mmu_cache()
|
H A D | dma-mapping.c | 879 set_bit(PG_dcache_clean, &page->flags); __dma_page_dev_to_cpu()
|
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | hugetlb.h | 114 clear_bit(PG_dcache_clean, &page->flags); arch_clear_hugepage_flags()
|
H A D | cacheflush.h | 28 #define PG_dcache_clean PG_arch_1 macro
|
/linux-4.1.27/arch/unicore32/include/asm/ |
H A D | cacheflush.h | 25 #define PG_dcache_clean PG_arch_1 macro
|
H A D | tlbflush.h | 183 * if PG_dcache_clean is not set for the page, we need to ensure that any
|