HomeSort by relevance Sort by last modified time
    Searched defs:page_to_phys (Results 26 - 37 of 37) sorted by null

12

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
memory.h 80 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
memory.h 80 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
memory.h 80 #define page_to_phys(page) (page_to_pfn(page) << PAGE_SHIFT) macro
  /bionic/libc/kernel/arch-mips/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /external/kernel-headers/original/asm-mips/
io.h 152 #define isa_page_to_bus page_to_phys
166 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /external/kernel-headers/original/asm-x86/
io_32.h 101 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
146 #define isa_page_to_bus page_to_phys
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 60 #define isa_page_to_bus page_to_phys
64 #define page_to_phys(page) ((dma_addr_t)page_to_pfn(page) << PAGE_SHIFT) macro

Completed in 868 milliseconds

12