Lines Matching refs:MAP_HUGETLB
369 #if defined(MAP_HUGETLB) || (defined(HAVE_DECL_MAP_HUGETLB) && HAVE_DECL_MAP_HUGETLB)
371 static_assert((MAP_HUGETLB) == (0x80000), "MAP_HUGETLB != 0x80000");
374 # define MAP_HUGETLB 0x80000
377 #if defined(MAP_HUGETLB) || (defined(HAVE_DECL_MAP_HUGETLB) && HAVE_DECL_MAP_HUGETLB)
379 static_assert((MAP_HUGETLB) == (0x100000), "MAP_HUGETLB != 0x100000");
382 # define MAP_HUGETLB 0x100000
385 #if defined(MAP_HUGETLB) || (defined(HAVE_DECL_MAP_HUGETLB) && HAVE_DECL_MAP_HUGETLB)
387 static_assert((MAP_HUGETLB) == (0x40000), "MAP_HUGETLB != 0x40000");
390 # define MAP_HUGETLB 0x40000
628 XLAT(MAP_HUGETLB),
630 XLAT(MAP_HUGETLB),
632 XLAT(MAP_HUGETLB),