Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/dma/
H A Dswiotlb.c69 phys_addr_t io_tlb_start, io_tlb_end; variable
172 pr_info("mapped [mem %pa-%pa] (%luMB)\n", &io_tlb_start, &io_tlb_end, in swiotlb_print_info()
200 vaddr = phys_to_virt(io_tlb_start); in swiotlb_update_mem_attributes()
214 io_tlb_start = __pa(tlb); in swiotlb_init_with_tbl()
215 io_tlb_end = io_tlb_start + bytes; in swiotlb_init_with_tbl()
271 if (io_tlb_start) { in swiotlb_init()
272 memblock_free_early(io_tlb_start, in swiotlb_init()
274 io_tlb_start = 0; in swiotlb_init()
332 io_tlb_start = 0; in swiotlb_cleanup()
345 io_tlb_start = virt_to_phys(tlb); in swiotlb_late_init_with_tbl()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsvm.c58 if (io_tlb_start) in svm_swiotlb_init()
59 memblock_free_early(io_tlb_start, in svm_swiotlb_init()
/OK3568_Linux_fs/kernel/include/linux/
H A Dswiotlb.h71 extern phys_addr_t io_tlb_start, io_tlb_end;
75 return paddr >= io_tlb_start && paddr < io_tlb_end; in is_swiotlb_buffer()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dswiotlb-xen.c195 if (io_tlb_start != 0) { in xen_swiotlb_init()
196 xen_io_tlb_start = phys_to_virt(io_tlb_start); in xen_swiotlb_init()