Searched refs:__dma_sync (Results 1 – 2 of 2) sorted by relevance
/linux/arch/microblaze/kernel/ |
H A D | dma.c | 17 static void __dma_sync(phys_addr_t paddr, size_t size, in __dma_sync() function 36 __dma_sync(paddr, size, dir); in arch_sync_dma_for_device() 42 __dma_sync(paddr, size, dir); in arch_sync_dma_for_cpu()
|
/linux/arch/powerpc/mm/ |
H A D | dma-noncoherent.c | 22 static void __dma_sync(void *vaddr, size_t size, int direction) in __dma_sync() function 53 * in order to have a virtual address for __dma_sync(). This must 74 __dma_sync((void *)start, seg_size, direction); in __dma_sync_page_highmem() 91 * __dma_sync_page makes memory consistent. identical to __dma_sync, but 103 __dma_sync((void *)start, size, dir); in __dma_sync_page()
|