Home
last modified time | relevance | path

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

/lib/
Dswiotlb.c65 static phys_addr_t io_tlb_start, io_tlb_end; variable
156 (unsigned long long)io_tlb_end, in swiotlb_print_info()
169 io_tlb_end = io_tlb_start + bytes; in swiotlb_init_with_tbl()
296 io_tlb_end = io_tlb_start + bytes; in swiotlb_late_init_with_tbl()
349 io_tlb_end = 0; in swiotlb_late_init_with_tbl()
384 return paddr >= io_tlb_start && paddr < io_tlb_end; in is_swiotlb_buffer()
1002 return phys_to_dma(hwdev, io_tlb_end - 1) <= mask; in swiotlb_dma_supported()