Lines Matching full:bounce
163 pr_info("SWIOTLB bounce buffer size roundup to %luMB", in swiotlb_adjust_nareas()
226 pr_info("SWIOTLB bounce buffer size adjusted to %luMB", size >> 20); in swiotlb_adjust_size()
326 * By default allocate the bounce buffer memory from low memory, but in swiotlb_memblock_alloc()
351 * Statically reserve bounce buffer space and initialize bounce buffer data
393 pr_info("SWIOTLB bounce buffer size adjusted %lu -> %lu slabs", in swiotlb_init_remap()
839 * original address and the bounce buffer address. High bits are preserved by
841 * padding bytes before the bounce buffer.
855 * Bounce: copy the swiotlb buffer from or back to the original dma location
987 * @alloc_size: Total requested size of the bounce buffer,
1109 * @alloc_size: Total requested size of the bounce buffer,
1143 * @alloc_size: Total requested size of the bounce buffer,
1316 "Can not allocate SWIOTLB buffer earlier and can't now provide you with the DMA bounce buffer"); in swiotlb_tbl_map_single()
1321 pr_warn_once("Memory encryption is active and system is using DMA bounce buffers\n"); in swiotlb_tbl_map_single()
1356 * unconditional bounce may prevent leaking swiotlb content (i.e. in swiotlb_tbl_map_single()
1422 * @tlb_addr: Physical address within a bounce buffer.
1453 * tlb_addr is the physical address of the bounce buffer to unmap.