Home
last modified time | relevance | path

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

/linux-6.15/kernel/dma/
H A Dswiotlb.c1069 phys_addr_t tlb_addr; in swiotlb_search_pool_area() local
1074 if ((tlb_addr & alloc_align_mask) || in swiotlb_search_pool_area()
1379 phys_addr_t tlb_addr; in swiotlb_tbl_map_single() local
1440 return tlb_addr; in swiotlb_tbl_map_single()
1755 phys_addr_t tlb_addr; in swiotlb_alloc() local
1767 tlb_addr = slot_addr(pool->start, index); in swiotlb_alloc()
1768 if (unlikely(!PAGE_ALIGNED(tlb_addr))) { in swiotlb_alloc()
1770 &tlb_addr); in swiotlb_alloc()
1775 return pfn_to_page(PFN_DOWN(tlb_addr)); in swiotlb_alloc()
1780 phys_addr_t tlb_addr = page_to_phys(page); in swiotlb_free() local
[all …]
/linux-6.15/include/linux/
H A Dswiotlb.h245 void __swiotlb_tbl_unmap_single(struct device *hwdev, phys_addr_t tlb_addr,
258 void __swiotlb_sync_single_for_device(struct device *dev, phys_addr_t tlb_addr,
270 void __swiotlb_sync_single_for_cpu(struct device *dev, phys_addr_t tlb_addr,