Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dio.h34 #define page_to_bus(page) (page_to_phys(page)) macro
H A Dpage.h155 # define page_to_bus(page) (page_to_phys(page)) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dpage.h128 #define page_to_bus(page) (page_to_phys(page)) macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dio.h105 #define page_to_bus page_to_phys macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h845 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro