Home
last modified time | relevance | path

Searched defs:page_to_phys (Results 1 – 25 of 27) sorted by relevance

12

/arch/m68k/include/asm/
Dvirtconvert.h31 #define page_to_phys(page) \ macro
34 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/sparc/include/asm/
Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/frv/include/asm/
Dvirtconvert.h38 #define page_to_phys(page) virt_to_phys((void *)__page_address(page)) macro
/arch/unicore32/include/asm/
Dmemory.h66 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/arch/nios2/include/asm/
Dio.h52 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/arch/cris/include/asm/
Dpage.h61 #define page_to_phys(page) __pa((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET) macro
/arch/openrisc/include/asm/
Dpage.h85 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/microblaze/include/asm/
Dpage.h155 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
160 # define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/arch/hexagon/include/asm/
Dpage.h141 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/mn10300/include/asm/
Dpage.h121 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/score/include/asm/
Dpage.h74 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/arch/metag/include/asm/
Dpage.h112 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/xtensa/include/asm/
Dpage.h194 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/arm/include/asm/
Dmemory.h140 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/arch/x86/include/asm/
Dio.h155 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/arm64/include/asm/
Dmemory.h252 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/arch/arc/include/asm/
Dio.h54 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/parisc/include/asm/
Dpage.h172 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/sh/include/asm/
Dpage.h169 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/m32r/include/asm/
Dio.h78 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/s390/include/asm/
Dpage.h174 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/ia64/include/asm/
Dpage.h125 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/um/include/asm/
Dpgtable.h281 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/arch/mips/include/asm/
Dio.h158 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/alpha/include/asm/
Dio.h94 #define page_to_phys(page) page_to_pa(page) macro

12