HomeSort by relevance Sort by last modified time
    Searched defs:MAP_HUGETLB (Results 101 - 125 of 159) sorted by null

1 2 3 45 6 7

  /external/valgrind/none/tests/
map_unmap.c 6 /* The code testing MAP_HUGETLB huge pages is disabled by default,
27 /* Ensure this compiles on pre 2.6 systems, or on glibc missing MAP_HUGETLB */
28 #ifndef MAP_HUGETLB
30 #define MAP_HUGETLB 0x40000
121 expect3 = domap(HUGESZ, MAP_HUGETLB);
  /bionic/libc/kernel/uapi/asm-mips/asm/
mman.h 45 #define MAP_HUGETLB 0x80000
  /development/ndk/platforms/android-21/arch-mips/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /development/ndk/platforms/android-21/arch-mips64/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /development/ndk/platforms/android-9/arch-mips/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /external/kernel-headers/original/uapi/asm-mips/asm/
mman.h 50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */
98 * When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size.
  /external/linux-kselftest/tools/testing/selftests/vm/
thuge-gen.c 33 #if !defined(MAP_HUGETLB)
34 #define MAP_HUGETLB 0x40000
149 MAP_PRIVATE|MAP_ANONYMOUS|MAP_HUGETLB|flags, 0, 0);
238 test_mmap(ps, MAP_HUGETLB | arg);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mman.h 68 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mman.h 69 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r11/platforms/android-13/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000
  /prebuilts/ndk/r11/platforms/android-14/arch-mips/usr/include/asm/
mman.h 51 #define MAP_HUGETLB 0x80000

Completed in 1947 milliseconds

1 2 3 45 6 7