Searched refs:dma_mark_clean (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Ddma.h22 void dma_mark_clean(void *addr, size_t size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dswiotlb.h18 static inline void dma_mark_clean(void *addr, size_t size) {} function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dswiotlb.h21 static inline void dma_mark_clean(void *addr, size_t size) {} function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Dswiotlb-xen.c308 * call dma_mark_clean() with hihgmem page here. However, we
309 * are fine since dma_mark_clean() is null on POWERPC. We can
310 * make dma_mark_clean() take a physical address if necessary.
312 dma_mark_clean(phys_to_virt(paddr), size);
352 dma_mark_clean(phys_to_virt(paddr), size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dswiotlb.c721 * call dma_mark_clean() with hihgmem page here. However, we
722 * are fine since dma_mark_clean() is null on POWERPC. We can
723 * make dma_mark_clean() take a physical address if necessary.
725 dma_mark_clean(phys_to_virt(paddr), size);
764 dma_mark_clean(phys_to_virt(paddr), size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/mm/
H A Dinit.c77 dma_mark_clean(void *addr, size_t size) function

Completed in 183 milliseconds