Searched refs:MAP_HUGETLB (Results 1 – 10 of 10) 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
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
14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
136 flags |= MAP_HUGETLB; in alloc_mem_mmap()
395 348269 Improve mmap MAP_HUGETLB support.