Home
last modified time | relevance | path

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

/Linux-v4.19/arch/microblaze/include/asm/
Dio.h37 #define page_to_bus(page) (page_to_phys(page)) macro
Dpage.h161 # define page_to_bus(page) (page_to_phys(page)) macro
/Linux-v4.19/arch/riscv/include/asm/
Dpage.h108 #define page_to_bus(page) (page_to_phys(page)) macro
/Linux-v4.19/arch/ia64/include/asm/
Dio.h106 #define page_to_bus page_to_phys macro
/Linux-v4.19/arch/powerpc/include/asm/
Dio.h871 #define page_to_bus(page) (page_to_phys(page) + PCI_DRAM_OFFSET) macro