Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/dma/
Dswiotlb.c78 static unsigned long io_tlb_overflow = 32*1024; variable
199 bytes = PAGE_ALIGN(io_tlb_overflow); in swiotlb_update_mem_attributes()
219 PAGE_ALIGN(io_tlb_overflow), in swiotlb_init_with_tbl()
348 get_order(io_tlb_overflow)); in swiotlb_late_init_with_tbl()
353 io_tlb_overflow >> PAGE_SHIFT); in swiotlb_late_init_with_tbl()
354 memset(v_overflow_buffer, 0, io_tlb_overflow); in swiotlb_late_init_with_tbl()
394 get_order(io_tlb_overflow)); in swiotlb_late_init_with_tbl()
411 get_order(io_tlb_overflow)); in swiotlb_exit()
420 PAGE_ALIGN(io_tlb_overflow)); in swiotlb_exit()
781 if (size <= io_tlb_overflow || !do_panic) in swiotlb_full()