page_to_phys       94 arch/alpha/include/asm/io.h #define page_to_phys(page)	page_to_pa(page)
page_to_phys       51 arch/arc/include/asm/io.h #define page_to_phys(page)		(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      132 arch/arm/include/asm/memory.h #define page_to_phys(page)	(__pfn_to_phys(page_to_pfn(page)))
page_to_phys      281 arch/arm64/include/asm/memory.h #define page_to_phys(page)	(__pfn_to_phys(page_to_pfn(page)))
page_to_phys       50 arch/csky/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      128 arch/hexagon/include/asm/page.h #define page_to_phys(page)      (page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      125 arch/ia64/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys       33 arch/m68k/include/asm/virtconvert.h #define page_to_phys(page) \
page_to_phys       36 arch/m68k/include/asm/virtconvert.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      155 arch/microblaze/include/asm/page.h #  define page_to_phys(page)     (page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      160 arch/microblaze/include/asm/page.h #  define page_to_phys(page)	(pfn_to_phys(page_to_pfn(page)))
page_to_phys      154 arch/mips/include/asm/io.h #define page_to_phys(page)	((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)
page_to_phys       91 arch/nds32/include/asm/memory.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys       53 arch/nios2/include/asm/io.h #define page_to_phys(page)	virt_to_phys(page_to_virt(page))
page_to_phys       81 arch/openrisc/include/asm/page.h #define page_to_phys(page)      ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      174 arch/parisc/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      800 arch/powerpc/include/asm/io.h static inline phys_addr_t page_to_phys(struct page *page)
page_to_phys      109 arch/riscv/include/asm/page.h #define page_to_phys(page)	(pfn_to_phys(page_to_pfn(page)))
page_to_phys      175 arch/s390/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      169 arch/sh/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys        5 arch/sparc/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      284 arch/um/include/asm/pgtable.h #define page_to_phys(page) pfn_to_phys(page_to_pfn(page))
page_to_phys       57 arch/unicore32/include/asm/memory.h #define page_to_phys(page)	(__pfn_to_phys(page_to_pfn(page)))
page_to_phys      157 arch/x86/include/asm/io.h #define page_to_phys(page)    ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)
page_to_phys      191 arch/xtensa/include/asm/page.h #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)
page_to_phys       88 include/asm-generic/page.h #define page_to_phys(page)      ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)
page_to_phys       44 tools/testing/scatterlist/linux/mm.h static inline unsigned long page_to_phys(struct page *page)
page_to_phys       43 tools/virtio/linux/kernel.h #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p))