| /linux-4.4.14/arch/m68k/include/asm/ | 
| D | virtconvert.h | 30 #define page_to_phys(page) \  macro33 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 
 | 
| /linux-4.4.14/arch/sparc/include/asm/ | 
| D | page.h | 4 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/frv/include/asm/ | 
| D | virtconvert.h | 38 #define page_to_phys(page)	virt_to_phys((void *)__page_address(page))  macro
 | 
| /linux-4.4.14/arch/unicore32/include/asm/ | 
| D | memory.h | 66 #define page_to_phys(page)	(__pfn_to_phys(page_to_pfn(page)))  macro
 | 
| /linux-4.4.14/arch/nios2/include/asm/ | 
| D | io.h | 52 #define page_to_phys(page)	virt_to_phys(page_to_virt(page))  macro
 | 
| /linux-4.4.14/arch/microblaze/include/asm/ | 
| D | page.h | 154 #  define page_to_phys(page)     (page_to_pfn(page) << PAGE_SHIFT)  macro159 #  define page_to_phys(page)	(pfn_to_phys(page_to_pfn(page)))  macro
 
 | 
| /linux-4.4.14/arch/arm64/include/asm/ | 
| D | memory.h | 84 #define page_to_phys(page)	(__pfn_to_phys(page_to_pfn(page)))  macro
 | 
| /linux-4.4.14/arch/cris/include/asm/ | 
| D | page.h | 60 #define page_to_phys(page)     __pa((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)  macro
 | 
| /linux-4.4.14/arch/avr32/include/asm/ | 
| D | page.h | 82 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/openrisc/include/asm/ | 
| D | page.h | 90 #define page_to_phys(page)      ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/mn10300/include/asm/ | 
| D | page.h | 119 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/include/asm-generic/ | 
| D | page.h | 90 #define page_to_phys(page)      ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/hexagon/include/asm/ | 
| D | page.h | 141 #define page_to_phys(page)      (page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/arc/include/asm/ | 
| D | io.h | 44 #define page_to_phys(page)		(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/tools/virtio/linux/ | 
| D | kernel.h | 35 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p))  macro
 | 
| /linux-4.4.14/arch/metag/include/asm/ | 
| D | page.h | 111 #define page_to_phys(page)      (page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/score/include/asm/ | 
| D | page.h | 73 #define page_to_phys(page)	(pfn_to_phys(page_to_pfn(page)))  macro
 | 
| /linux-4.4.14/arch/x86/include/asm/ | 
| D | io.h | 144 #define page_to_phys(page)    ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/arm/include/asm/ | 
| D | memory.h | 126 #define page_to_phys(page)	(__pfn_to_phys(page_to_pfn(page)))  macro
 | 
| /linux-4.4.14/arch/xtensa/include/asm/ | 
| D | page.h | 184 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/s390/include/asm/ | 
| D | page.h | 147 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/parisc/include/asm/ | 
| D | page.h | 167 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/sh/include/asm/ | 
| D | page.h | 168 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/m32r/include/asm/ | 
| D | io.h | 77 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/ia64/include/asm/ | 
| D | page.h | 123 #define page_to_phys(page)	(page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/mips/include/asm/ | 
| D | io.h | 168 #define page_to_phys(page)	((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/um/include/asm/ | 
| D | pgtable.h | 274 #define page_to_phys(page) pfn_to_phys((pfn_t) page_to_pfn(page))  macro
 | 
| /linux-4.4.14/arch/alpha/include/asm/ | 
| D | io.h | 93 #define page_to_phys(page)	page_to_pa(page)  macro
 | 
| /linux-4.4.14/arch/tile/include/asm/ | 
| D | io.h | 39 #define page_to_phys(page)    ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT)  macro
 | 
| /linux-4.4.14/arch/powerpc/include/asm/ | 
| D | io.h | 798 #define page_to_phys(page)	((phys_addr_t)page_to_pfn(page) << PAGE_SHIFT)  macro
 |