Loading arch/arm64/mm/dma-mapping.c +2 −0 Original line number Diff line number Diff line Loading @@ -464,6 +464,8 @@ static void arm64_dma_unremap(struct device *dev, void *remapped_addr, return; } vunmap(remapped_addr); flush_tlb_kernel_range((unsigned long)remapped_addr, (unsigned long)(remapped_addr + size)); } static struct dma_map_ops swiotlb_dma_ops = { Loading Loading
arch/arm64/mm/dma-mapping.c +2 −0 Original line number Diff line number Diff line Loading @@ -464,6 +464,8 @@ static void arm64_dma_unremap(struct device *dev, void *remapped_addr, return; } vunmap(remapped_addr); flush_tlb_kernel_range((unsigned long)remapped_addr, (unsigned long)(remapped_addr + size)); } static struct dma_map_ops swiotlb_dma_ops = { Loading