Searched refs:MAP_HUGETLB (Results 1 – 11 of 11) sorted by relevance
28 #ifndef MAP_HUGETLB30 #define MAP_HUGETLB 0x40000 macro121 expect3 = domap(HUGESZ, MAP_HUGETLB); in main()
102 #if defined(MAP_HUGETLB) || (defined(HAVE_DECL_MAP_HUGETLB) && HAVE_DECL_MAP_HUGETLB)103 XLAT(MAP_HUGETLB),
50 MAP_HUGETLB
14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
51 #ifndef MAP_HUGETLB52 #define MAP_HUGETLB 0x40000 /* arch specific */ macro
110 #define MAP_HUGETLB 0 macro121 #define MAP_HUGETLB 0 macro
41 #ifdef MAP_HUGETLB
50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
136 flags |= MAP_HUGETLB; in alloc_mem_mmap()
2221 #if !defined(MAGICKCORE_HAVE_HUGEPAGES) || !defined(MAP_HUGETLB) in MapBlob()2224 map=mmap((char *) NULL,length,protection,flags | MAP_HUGETLB,file,(off_t) in MapBlob()
395 348269 Improve mmap MAP_HUGETLB support.