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

  /bionic/libc/kernel/arch-x86/asm/
pgtable_32.h 49 #define VMALLOC_OFFSET (8*1024*1024)
50 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgtable_32.h 49 #define VMALLOC_OFFSET (8*1024*1024)
50 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /external/kernel-headers/original/asm-arm/
pgtable.h 38 #define VMALLOC_OFFSET (8*1024*1024)
39 #define VMALLOC_START (((unsigned long)high_memory + VMALLOC_OFFSET) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
pgtable_32.h 46 #define VMALLOC_OFFSET (8*1024*1024)
47 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
pgtable_32.h 46 #define VMALLOC_OFFSET (8*1024*1024)
47 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 46 #define VMALLOC_OFFSET (8*1024*1024)
47 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 46 #define VMALLOC_OFFSET (8*1024*1024)
47 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 46 #define VMALLOC_OFFSET (8*1024*1024)
47 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
pgtable_32.h 49 #define VMALLOC_OFFSET (8*1024*1024)
50 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
pgtable_32.h 49 #define VMALLOC_OFFSET (8*1024*1024)
50 #define VMALLOC_START (((unsigned long) high_memory + 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))
  /external/kernel-headers/original/asm-x86/
pgtable_32.h 78 #define VMALLOC_OFFSET (8*1024*1024)
80 2*VMALLOC_OFFSET-1) & ~(VMALLOC_OFFSET-1))

Completed in 38 milliseconds