|
@@ -110,6 +110,11 @@ setup_io_tlb_npages(char *str)
|
|
__setup("swiotlb=", setup_io_tlb_npages);
|
|
__setup("swiotlb=", setup_io_tlb_npages);
|
|
/* make io_tlb_overflow tunable too? */
|
|
/* make io_tlb_overflow tunable too? */
|
|
|
|
|
|
|
|
+unsigned long swioltb_nr_tbl(void)
|
|
|
|
+{
|
|
|
|
+ return io_tlb_nslabs;
|
|
|
|
+}
|
|
|
|
+
|
|
/* Note that this doesn't work with highmem page */
|
|
/* Note that this doesn't work with highmem page */
|
|
static dma_addr_t swiotlb_virt_to_bus(struct device *hwdev,
|
|
static dma_addr_t swiotlb_virt_to_bus(struct device *hwdev,
|
|
volatile void *address)
|
|
volatile void *address)
|