Home
last modified time | relevance | path

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

/lib/
Dioremap.c57 u64 pfn; in ioremap_pte_range() local
59 pfn = phys_addr >> PAGE_SHIFT; in ioremap_pte_range()
65 set_pte_at(&init_mm, addr, pte, pfn_pte(pfn, prot)); in ioremap_pte_range()
66 pfn++; in ioremap_pte_range()
Ddma-debug.c74 unsigned long pfn; member
400 return page_to_phys(pfn_to_page(entry->pfn)) + entry->offset; in phys_addr()
422 phys_addr(entry), entry->pfn, in debug_dma_dump_mappings()
466 return (entry->pfn << CACHELINE_PER_PAGE_SHIFT) + in to_cacheline_number()
1283 entry->pfn = page_to_pfn(page); in debug_dma_map_page()
1380 entry->pfn = page_to_pfn(sg_page(s)); in debug_dma_map_sg()
1431 .pfn = page_to_pfn(sg_page(s)), in debug_dma_unmap_sg()
1467 entry->pfn = page_to_pfn(virt_to_page(virt)); in debug_dma_alloc_coherent()
1483 .pfn = page_to_pfn(virt_to_page(virt)), in debug_dma_free_coherent()
1592 .pfn = page_to_pfn(sg_page(s)), in debug_dma_sync_sg_for_cpu()
[all …]
Dswiotlb.c393 unsigned long pfn = PFN_DOWN(orig_addr); in swiotlb_bounce() local
396 if (PageHighMem(pfn_to_page(pfn))) { in swiotlb_bounce()
407 buffer = kmap_atomic(pfn_to_page(pfn)); in swiotlb_bounce()
416 pfn++; in swiotlb_bounce()