Home
last modified time | relevance | path

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

12

/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dvirtconvert.h33 #define page_to_phys(page) \ macro
36 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dvirtconvert.h33 #define page_to_phys(page) \ macro
36 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpage.h5 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dio.h32 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dmemory.h91 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/arch/nds32/include/asm/
Dmemory.h99 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/arch/unicore32/include/asm/
Dmemory.h60 #define page_to_phys(page) (__pfn_to_phys(page_to_pfn(page))) macro
/kernel/linux/linux-4.19/arch/nios2/include/asm/
Dio.h53 #define page_to_phys(page) virt_to_phys(page_to_virt(page)) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpage.h149 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
154 # define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/kernel/linux/linux-4.19/arch/microblaze/include/asm/
Dpage.h155 # define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
160 # define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dpage.h81 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/arch/openrisc/include/asm/
Dpage.h85 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpage.h50 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/include/asm-generic/
Dpage.h88 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/include/asm-generic/
Dpage.h88 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dpage.h127 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/arch/hexagon/include/asm/
Dpage.h141 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-5.10/tools/virtio/linux/
Dkernel.h44 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
/kernel/linux/linux-4.19/arch/riscv/include/asm/
Dpage.h107 #define page_to_phys(page) (pfn_to_phys(page_to_pfn(page))) macro
/kernel/linux/linux-4.19/tools/testing/scatterlist/linux/
Dmm.h44 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dpage.h202 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/arch/xtensa/include/asm/
Dpage.h191 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
/kernel/linux/linux-4.19/tools/virtio/linux/
Dkernel.h43 #define page_to_phys(p) ((dma_addr_t)(unsigned long)(p)) macro
/kernel/linux/linux-5.10/tools/testing/scatterlist/linux/
Dmm.h45 static inline unsigned long page_to_phys(struct page *page) in page_to_phys() function

12