Home
last modified time | relevance | path

Searched defs:page_to_bus (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/arch/score/include/asm/
Dpage.h74 #define page_to_bus(page) (page_to_phys(page)) macro
/linux-3.3/arch/m32r/include/asm/
Dio.h75 #define page_to_bus page_to_phys macro
/linux-3.3/arch/microblaze/include/asm/
Dpage.h159 # define page_to_bus(page) (page_to_phys(page)) macro
Dio.h146 #define page_to_bus(page) (page_to_phys(page)) macro
/linux-3.3/arch/avr32/include/asm/
Dio.h298 #define page_to_bus page_to_phys macro
/linux-3.3/arch/mn10300/include/asm/
Dio.h305 #define page_to_bus page_to_phys macro
/linux-3.3/arch/h8300/include/asm/
Dio.h334 #define page_to_bus(page) ((page - mem_map) << PAGE_SHIFT) macro
/linux-3.3/arch/ia64/include/asm/
Dio.h103 #define page_to_bus page_to_phys macro
/linux-3.3/arch/powerpc/include/asm/
Dio.h753 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro