/kernel/linux/linux-5.10/arch/sh/kernel/ |
D | dma-coherent.c | 10 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/microblaze/mm/ |
D | consistent.c | 18 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/nios2/mm/ |
D | dma-mapping.c | 63 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | dma.c | 18 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
D | dma-mapping.c | 28 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
D | dma.c | 21 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
D | pci-dma.c | 83 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/nds32/kernel/ |
D | dma.c | 79 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/csky/mm/ |
D | dma-mapping.c | 54 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/kernel/dma/ |
D | direct.c | 151 arch_dma_prep_coherent(page, size); in dma_direct_alloc() 181 arch_dma_prep_coherent(page, size); in dma_direct_alloc() 222 arch_dma_prep_coherent(page, size); in dma_direct_alloc()
|
D | pool.c | 104 arch_dma_prep_coherent(page, pool_size); in atomic_pool_expand()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
D | dma-noncoherent.c | 47 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/ |
D | dma-noncoherent.c | 119 void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/include/linux/ |
D | dma-map-ops.h | 299 void arch_dma_prep_coherent(struct page *page, size_t size); 301 static inline void arch_dma_prep_coherent(struct page *page, size_t size) in arch_dma_prep_coherent() function
|
/kernel/linux/linux-5.10/arch/mips/jazz/ |
D | jazzdma.c | 509 arch_dma_prep_coherent(page, size); in jazz_dma_alloc()
|
/kernel/linux/linux-5.10/drivers/iommu/ |
D | dma-iommu.c | 633 arch_dma_prep_coherent(sg_page(sg), sg->length); in iommu_dma_alloc_remap() 1011 arch_dma_prep_coherent(page, size); in iommu_dma_alloc_pages()
|