Home
last modified time | relevance | path

Searched defs:page_to_phys (Results 1 – 25 of 26) 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
37 #define page_to_phys(page) (((page) - mem_map) << 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.h72 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/arch/cris/include/asm/
Dpage.h61 #define page_to_phys(page) __pa((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET) 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/avr32/include/asm/
Dpage.h82 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/openrisc/include/asm/
Dpage.h90 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/mn10300/include/asm/
Dpage.h119 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/hexagon/include/asm/
Dpage.h141 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/x86/include/asm/
Dio.h137 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/arm/include/asm/
Dmemory.h141 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/arch/xtensa/include/asm/
Dpage.h172 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/score/include/asm/
Dpage.h73 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/arch/m32r/include/asm/
Dio.h74 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/parisc/include/asm/
Dpage.h155 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/s390/include/asm/
Dpage.h197 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/sh/include/asm/
Dpage.h167 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/ia64/include/asm/
Dpage.h123 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/arch/mips/include/asm/
Dio.h166 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/um/include/asm/
Dpgtable.h289 #define page_to_phys(page) pfn_to_phys((pfn_t) page_to_pfn(page)) macro
/arch/alpha/include/asm/
Dio.h93 #define page_to_phys(page) page_to_pa(page) macro
/arch/tile/include/asm/
Dio.h38 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/arch/h8300/include/asm/
Dio.h333 #define page_to_phys(page) ((page - mem_map) << PAGE_SHIFT) macro
/arch/sparc/include/asm/
Dio_32.h11 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
Dio_64.h18 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro

12