Home
last modified time | relevance | path

Searched refs:consistent_sync (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/arch/xtensa/include/asm/
Ddma-mapping.h27 extern void consistent_sync(void*, size_t, int);
43 consistent_sync(ptr, size, direction); in dma_map_single()
66 consistent_sync(sg_virt(sg), sg->length, direction); in dma_map_sg()
99 consistent_sync((void *)bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_cpu()
106 consistent_sync((void *)bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_device()
115 consistent_sync((void *)bus_to_virt(dma_handle)+offset,size,direction); in dma_sync_single_range_for_cpu()
124 consistent_sync((void *)bus_to_virt(dma_handle)+offset,size,direction); in dma_sync_single_range_for_device()
132 consistent_sync(sg_virt(sg), sg->length, dir); in dma_sync_sg_for_cpu()
141 consistent_sync(sg_virt(sg), sg->length, dir); in dma_sync_sg_for_device()
170 consistent_sync(vaddr, size, direction); in dma_cache_sync()
/linux-4.1.27/arch/xtensa/kernel/
Dpci-dma.c81 void consistent_sync(void *vaddr, size_t size, int direction) in consistent_sync() function
98 EXPORT_SYMBOL(consistent_sync);
/linux-4.1.27/arch/microblaze/mm/
Dconsistent.c226 void consistent_sync(void *vaddr, size_t size, int direction) in consistent_sync() function
253 EXPORT_SYMBOL(consistent_sync);
264 consistent_sync((void *)start, size, direction); in consistent_sync_page()
/linux-4.1.27/arch/frv/mm/
Ddma-alloc.c151 void consistent_sync(void *vaddr, size_t size, int direction) in consistent_sync() function
182 consistent_sync(start, size, direction); in consistent_sync_page()
/linux-4.1.27/arch/frv/include/asm/
Dpci.h30 extern void consistent_sync(void *vaddr, size_t size, int direction);
/linux-4.1.27/arch/microblaze/include/asm/
Dpgtable.h556 void consistent_sync(void *vaddr, size_t size, int direction);