Lines Matching full:do
12 #define flush_cache_mm(mm) do { } while (0)
13 #define flush_cache_dup_mm(mm) do { } while (0)
14 #define flush_cache_range(vma, start, end) do { } while (0)
15 #define flush_cache_page(vma, vmaddr) do { } while (0)
18 #define flush_dcache_page(page) do { } while (0)
19 #define flush_dcache_mmap_lock(mapping) do { } while (0)
20 #define flush_dcache_mmap_unlock(mapping) do { } while (0)
22 #define flush_icache_page(vma,pg) do { } while (0)
23 #define flush_icache_user_range(vma,pg,adr,len) do { } while (0)
24 #define flush_cache_vmap(start, end) do { } while (0)
25 #define flush_cache_vunmap(start, end) do { } while (0)
55 * to do any specific flushing then this will be optimized away.