HomeSort by relevance Sort by last modified time
    Searched refs:virt_to_phys (Results 1 - 20 of 20) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
dma.h 36 #define MAX_DMA_PFN PFN_DOWN(virt_to_phys((void *)MAX_DMA_ADDRESS))
pgtable.h 56 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd))
io.h 61 #define virt_to_bus virt_to_phys
  /development/ndk/platforms/android-9/arch-mips/include/asm/
dma.h 36 #define MAX_DMA_PFN PFN_DOWN(virt_to_phys((void *)MAX_DMA_ADDRESS))
pgtable.h 56 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd))
io.h 61 #define virt_to_bus virt_to_phys
  /external/kernel-headers/original/asm-arm/
proc-fns.h 170 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm)
memory.h 123 * files. Use virt_to_phys/phys_to_virt/__pa/__va instead.
168 static inline unsigned long virt_to_phys(void *x) function
io.h 33 #define isa_virt_to_bus virt_to_phys
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
dma.h 36 #define MAX_DMA_PFN PFN_DOWN(virt_to_phys((void *)MAX_DMA_ADDRESS))
pgtable.h 56 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd))
io.h 61 #define virt_to_bus virt_to_phys
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
dma.h 36 #define MAX_DMA_PFN PFN_DOWN(virt_to_phys((void *)MAX_DMA_ADDRESS))
pgtable.h 56 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd))
io.h 61 #define virt_to_bus virt_to_phys
  /external/kernel-headers/original/asm-x86/
io_32.h 63 * virt_to_phys - map virtual addresses to physical
75 static inline unsigned long virt_to_phys(volatile void * address) function
145 #define isa_virt_to_bus virt_to_phys
155 #define virt_to_bus virt_to_phys
dma-mapping_32.h 27 return virt_to_phys(ptr);
  /external/kernel-headers/original/asm-mips/
dma.h 93 #define MAX_DMA_PFN PFN_DOWN(virt_to_phys((void *)MAX_DMA_ADDRESS))
io.h 106 * virt_to_phys - map virtual addresses to physical
117 static inline unsigned long virt_to_phys(volatile const void *address) function
160 #define virt_to_bus virt_to_phys
pgtable.h 85 #define pmd_phys(pmd) virt_to_phys((void *)pmd_val(pmd))

Completed in 709 milliseconds