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

12

  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm/
memory.h 52 #ifndef __virt_to_phys
53 #define __virt_to_phys(x) ((x) - PAGE_OFFSET + PHYS_OFFSET) macro
72 #define __pa(x) __virt_to_phys((unsigned long)(x))

Completed in 960 milliseconds

12