Searched refs:phys_to_page (Results 1 – 16 of 16) 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)
73 #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
306 #define bus_to_page phys_to_page
93 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
10 #define bus_to_page phys_to_page
75 #define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
149 page = phys_to_page(handle); in dma_free_writecombine()
78 buf->pages[i] = phys_to_page(start_addr); in lowlevel_buffer_allocate()
68 *ret_page = phys_to_page(phys); in __alloc_from_pool()134 phys_to_page(paddr), in __dma_free_coherent()
133 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
161 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
505 *ret_page = phys_to_page(phys); in __alloc_from_pool()1295 page = phys_to_page(phys); in __atomic_get_pages()1798 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); in arm_iommu_unmap_page()1817 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); in arm_iommu_sync_single_for_cpu()1831 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()
250 sg_set_page(&sg->sg, phys_to_page(dma_addr), in pl011_sgbuf_init()