Searched refs:phys_to_page (Results 1 - 16 of 16) sorted by relevance

/linux-4.1.27/arch/um/include/asm/
H A Dpgtable-3level.h89 #define pud_page(pud) phys_to_page(pud_val(pud) & PAGE_MASK)
H A Dpgtable.h111 #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)) macro
273 #define __virt_to_page(virt) phys_to_page(__pa(virt))
/linux-4.1.27/arch/score/include/asm/
H A Dpage.h75 #define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dmemory.h73 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
/linux-4.1.27/arch/avr32/include/asm/
H A Dpage.h81 #define phys_to_page(phys) (pfn_to_page(phys >> PAGE_SHIFT)) macro
H A Dio.h306 #define bus_to_page phys_to_page
/linux-4.1.27/arch/avr32/mm/
H A Ddma-coherent.c149 page = phys_to_page(handle); dma_free_writecombine()
/linux-4.1.27/arch/metag/include/asm/
H A Dio.h10 #define bus_to_page phys_to_page
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_buf.c78 buf->pages[i] = phys_to_page(start_addr); lowlevel_buffer_allocate()
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h93 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
/linux-4.1.27/arch/arm64/mm/
H A Ddma-mapping.c68 *ret_page = phys_to_page(phys); __alloc_from_pool()
134 phys_to_page(paddr), __dma_free_coherent()
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpage.h161 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dmemory.h133 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
/linux-4.1.27/arch/arm/mm/
H A Ddma-mapping.c505 *ret_page = phys_to_page(phys); __alloc_from_pool()
1295 page = phys_to_page(phys); __atomic_get_pages()
1798 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); arm_iommu_unmap_page()
1817 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); arm_iommu_sync_single_for_cpu()
1831 struct page *page = phys_to_page(iommu_iova_to_phys(mapping->domain, iova)); arm_iommu_sync_single_for_device()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_gem.c64 p[i] = phys_to_page(paddr); get_pages_vram()
/linux-4.1.27/drivers/tty/serial/
H A Damba-pl011.c250 sg_set_page(&sg->sg, phys_to_page(dma_addr), pl011_sgbuf_init()

Completed in 370 milliseconds