Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/sparc/include/asm/
Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/m68k/include/asm/
Dvirtconvert.h32 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/nios2/include/asm/
Dio.h32 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dio.h20 #define page_to_phys(page) ((phys_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/openrisc/include/asm/
Dpage.h88 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/csky/include/asm/
Dpage.h46 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/include/asm-generic/
Dpage.h92 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dpage.h126 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/microblaze/include/asm/
Dpage.h104 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/xtensa/include/asm/
Dpage.h198 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/tools/virtio/linux/
Dkernel.h46 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
/linux-6.6.21/arch/arm/include/asm/
Dmemory.h153 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-6.6.21/tools/testing/scatterlist/linux/
Dmm.h45 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
/linux-6.6.21/arch/x86/include/asm/
Dio.h156 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/arc/include/asm/
Dio.h46 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/sh/include/asm/
Dpage.h161 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/parisc/include/asm/
Dpage.h178 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpage.h184 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/linux-6.6.21/arch/ia64/include/asm/
Dpage.h98 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/arch/um/include/asm/
Dpgtable.h260 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.6.21/arch/s390/include/asm/
Dpage.h192 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.6.21/arch/arm64/include/asm/
Dmemory.h316 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-6.6.21/arch/mips/include/asm/
Dio.h150 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.6.21/scripts/gdb/linux/
Dmm.py258 def page_to_phys(self, page): member in aarch64_page_ops
/linux-6.6.21/arch/alpha/include/asm/
Dio.h91 #define page_to_phys(page) page_to_pa(page) macro

12