Searched refs:phys_to_page (Results 1 – 15 of 15) sorted by relevance
111 #define pmd_page(pmd) phys_to_page(pmd_val(pmd) & PAGE_MASK)272 #define phys_to_page(phys) pfn_to_page(phys_to_pfn(phys)) macro273 #define __virt_to_page(virt) phys_to_page(__pa(virt))
89 #define pud_page(pud) phys_to_page(pud_val(pud) & PAGE_MASK)
67 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
81 #define phys_to_page(phys) (pfn_to_page(phys >> PAGE_SHIFT)) macro
308 #define bus_to_page phys_to_page
85 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
75 #define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
10 #define bus_to_page phys_to_page
149 page = phys_to_page(handle); in dma_free_writecombine()
161 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
127 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
66 *ret_page = phys_to_page(phys); in __alloc_from_pool()132 phys_to_page(paddr), in __dma_free_coherent()338 sg_set_page(sgt->sgl, phys_to_page(dma_to_phys(dev, handle)), in __swiotlb_get_sgtable()
509 *ret_page = phys_to_page(phys); in __alloc_from_pool()1307 page = phys_to_page(phys); in __atomic_get_pages()1810 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); in arm_iommu_unmap_page()1829 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); in arm_iommu_sync_single_for_cpu()1843 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); in arm_iommu_sync_single_for_device()
64 p[i] = phys_to_page(paddr); in get_pages_vram()
263 sg_set_page(&sg->sg, phys_to_page(dma_addr), in pl011_sgbuf_init()