Home
last modified time | relevance | path

Searched refs:MAP_HUGETLB (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/none/tests/
Dmap_unmap.c28 #ifndef MAP_HUGETLB
30 #define MAP_HUGETLB 0x40000 macro
121 expect3 = domap(HUGESZ, MAP_HUGETLB); in main()
/external/strace/xlat/
Dmmap_flags.h102 #if defined(MAP_HUGETLB) || (defined(HAVE_DECL_MAP_HUGETLB) && HAVE_DECL_MAP_HUGETLB)
103 XLAT(MAP_HUGETLB),
Dmmap_flags.in50 MAP_HUGETLB
/external/fio/os/
Dos-android.h51 #ifndef MAP_HUGETLB
52 #define MAP_HUGETLB 0x40000 /* arch specific */ macro
Dos.h110 #define MAP_HUGETLB 0 macro
121 #define MAP_HUGETLB 0 macro
Dos-linux.h41 #ifdef MAP_HUGETLB
/external/kernel-headers/original/uapi/asm-generic/
Dmman.h14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dmman.h50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
/external/fio/
Dmemory.c136 flags |= MAP_HUGETLB; in alloc_mem_mmap()
/external/valgrind/
DNEWS395 348269 Improve mmap MAP_HUGETLB support.