Home
last modified time | relevance | path

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

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