Searched refs:flush_dcache_region (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/metag/include/asm/ |
H A D | cacheflush.h | 198 static inline void flush_dcache_region(void *start, unsigned long size) flush_dcache_region() function 228 #define flush_dcache_region(s, l) metag_data_cache_flush((s), (l)) macro 230 #define invalidate_dcache_region(s, l) flush_dcache_region((s), (l))
|
/linux-4.1.27/arch/avr32/include/asm/ |
H A D | cacheflush.h | 76 void flush_dcache_region(void *start, size_t len);
|
/linux-4.1.27/arch/avr32/mm/ |
H A D | cache.c | 65 void flush_dcache_region(void *start, size_t size) flush_dcache_region() function
|
H A D | dma-coherent.c | 32 flush_dcache_region(vaddr, size); dma_cache_sync()
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
H A D | pm.c | 221 flush_dcache_region(dst, pm_sram_size); avr32_pm_init()
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | dma.c | 216 flush_dcache_region(kaddr, size); dma_alloc_coherent() 444 flush_dcache_region(vaddr, size); dma_sync_for_device()
|
Completed in 169 milliseconds