Searched refs:consistent_sync (Results 1 – 6 of 6) sorted by relevance
/linux-3.3/arch/xtensa/include/asm/ |
D | dma-mapping.h | 25 extern void consistent_sync(void*, size_t, int); 41 consistent_sync(ptr, size, direction); in dma_map_single() 64 consistent_sync(sg_virt(sg), sg->length, direction); in dma_map_sg() 97 consistent_sync((void *)bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_cpu() 104 consistent_sync((void *)bus_to_virt(dma_handle), size, direction); in dma_sync_single_for_device() 113 consistent_sync((void *)bus_to_virt(dma_handle)+offset,size,direction); in dma_sync_single_range_for_cpu() 122 consistent_sync((void *)bus_to_virt(dma_handle)+offset,size,direction); in dma_sync_single_range_for_device() 130 consistent_sync(sg_virt(sg), sg->length, dir); in dma_sync_sg_for_cpu() 139 consistent_sync(sg_virt(sg), sg->length, dir); in dma_sync_sg_for_device() 168 consistent_sync(vaddr, size, direction); in dma_cache_sync()
|
/linux-3.3/arch/microblaze/mm/ |
D | consistent.c | 215 void consistent_sync(void *vaddr, size_t size, int direction) in consistent_sync() function 242 EXPORT_SYMBOL(consistent_sync); 253 consistent_sync((void *)start, size, direction); in consistent_sync_page()
|
/linux-3.3/arch/frv/mm/ |
D | dma-alloc.c | 151 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-3.3/arch/frv/include/asm/ |
D | pci.h | 32 extern void consistent_sync(void *vaddr, size_t size, int direction);
|
/linux-3.3/arch/xtensa/kernel/ |
D | pci-dma.c | 78 void consistent_sync(void *vaddr, size_t size, int direction) in consistent_sync() function
|
/linux-3.3/arch/microblaze/include/asm/ |
D | pgtable.h | 577 void consistent_sync(void *vaddr, size_t size, int direction);
|