Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/include/asm/
Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/m68k/include/asm/
Dvirtconvert.h32 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/nios2/include/asm/
Dio.h32 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/linux-6.1.9/arch/loongarch/include/asm/
Dio.h22 #define page_to_phys(page) ((phys_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/openrisc/include/asm/
Dpage.h81 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/include/asm-generic/
Dpage.h84 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/csky/include/asm/
Dpage.h50 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/hexagon/include/asm/
Dpage.h127 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/microblaze/include/asm/
Dpage.h112 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/tools/virtio/linux/
Dkernel.h44 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
/linux-6.1.9/arch/xtensa/include/asm/
Dpage.h198 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/arm/include/asm/
Dmemory.h148 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-6.1.9/arch/x86/include/asm/
Dio.h159 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/tools/testing/scatterlist/linux/
Dmm.h45 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
/linux-6.1.9/arch/arc/include/asm/
Dio.h47 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/sh/include/asm/
Dpage.h161 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/riscv/include/asm/
Dpage.h169 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/linux-6.1.9/arch/parisc/include/asm/
Dpage.h182 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/ia64/include/asm/
Dpage.h104 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/um/include/asm/
Dpgtable.h261 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.1.9/arch/s390/include/asm/
Dpage.h195 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.1.9/arch/arm64/include/asm/
Dmemory.h301 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-6.1.9/arch/mips/include/asm/
Dio.h153 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.1.9/arch/alpha/include/asm/
Dio.h95 #define page_to_phys(page) page_to_pa(page) macro
/linux-6.1.9/arch/powerpc/include/asm/
Dio.h954 static inline phys_addr_t page_to_phys(struct page *page) in page_to_phys() function