Home
last modified time | relevance | path

Searched refs:dma_cache_maint (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/xen/
H A Dmm.c47 static void dma_cache_maint(struct device *dev, dma_addr_t handle, in dma_cache_maint() function
83 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL); in xen_dma_sync_for_cpu()
90 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_INVAL); in xen_dma_sync_for_device()
92 dma_cache_maint(dev, handle, size, GNTTAB_CACHE_CLEAN); in xen_dma_sync_for_device()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dlin_gadget_compat.h33 #define dma_cache_maint(addr, size, mode) cache_flush() macro