Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sparc/include/asm/
Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/m68k/include/asm/
Dvirtconvert.h32 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/nios2/include/asm/
Dio.h32 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpage.h83 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/csky/include/asm/
Dpage.h46 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpage.h125 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpage.h104 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpage.h84 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpage.h198 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/tools/virtio/linux/
Dkernel.h46 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
/linux-6.12.1/arch/sh/include/asm/
Dpage.h150 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/arm/include/asm/
Dmemory.h153 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-6.12.1/arch/x86/include/asm/
Dio.h157 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/tools/testing/scatterlist/linux/
Dmm.h45 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
/linux-6.12.1/arch/arc/include/asm/
Dio.h46 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/parisc/include/asm/
Dpage.h171 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpage.h197 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h359 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/linux-6.12.1/arch/um/include/asm/
Dpgtable.h292 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.12.1/arch/mips/include/asm/
Dio.h131 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/scripts/gdb/linux/
Dmm.py263 def page_to_phys(self, page): member in aarch64_page_ops
/linux-6.12.1/arch/s390/include/asm/
Dpage.h250 #define page_to_phys(page) pfn_to_phys(page_to_pfn(page)) macro
/linux-6.12.1/arch/alpha/include/asm/
Dio.h91 #define page_to_phys(page) page_to_pa(page) macro
/linux-6.12.1/arch/powerpc/include/asm/
Dio.h975 static inline phys_addr_t page_to_phys(struct page *page) in page_to_phys() function