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

  /bionic/libc/kernel/uapi/asm-x86/asm/
mman.h 21 #define MAP_32BIT 0x40
  /development/ndk/platforms/android-L/arch-x86/include/asm/
mman.h 21 #define MAP_32BIT 0x40
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
mman.h 21 #define MAP_32BIT 0x40
  /external/kernel-headers/original/uapi/asm-x86/asm/
mman.h 4 #define MAP_32BIT 0x40 /* only give out 32bit addresses */
  /development/ndk/platforms/android-9/arch-x86/include/asm/
mman.h 22 #define MAP_32BIT 0x40
  /art/runtime/
mem_map.cc 76 // Handling mem_map in 32b address range for 64b architectures that do not support MAP_32BIT.
293 // 1) It is doubtful that MAP_32BIT on x86_64 is doing the right job for us
296 // MAP_32BIT only available on x86_64.
361 flags |= MAP_32BIT;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 120 #ifdef MAP_32BIT
    [all...]

Completed in 375 milliseconds