/linux-6.1.9/arch/sparc/include/asm/ |
D | page.h | 5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | virtconvert.h | 32 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/nios2/include/asm/ |
D | io.h | 32 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | io.h | 22 #define page_to_phys(page) ((phys_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/openrisc/include/asm/ |
D | page.h | 81 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/include/asm-generic/ |
D | page.h | 84 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/csky/include/asm/ |
D | page.h | 50 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | page.h | 127 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/microblaze/include/asm/ |
D | page.h | 112 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/tools/virtio/linux/ |
D | kernel.h | 44 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
|
/linux-6.1.9/arch/xtensa/include/asm/ |
D | page.h | 198 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/arm/include/asm/ |
D | memory.h | 148 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | io.h | 159 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/tools/testing/scatterlist/linux/ |
D | mm.h | 45 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
|
/linux-6.1.9/arch/arc/include/asm/ |
D | io.h | 47 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/sh/include/asm/ |
D | page.h | 161 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | page.h | 169 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | page.h | 182 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | page.h | 104 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/um/include/asm/ |
D | pgtable.h | 261 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
|
/linux-6.1.9/arch/s390/include/asm/ |
D | page.h | 195 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | memory.h | 301 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | io.h | 153 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | io.h | 95 #define page_to_phys(page) page_to_pa(page) macro
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | io.h | 954 static inline phys_addr_t page_to_phys(struct page *page) in page_to_phys() function
|