Searched refs:MAP_HUGETLB (Results 1 – 7 of 7) sorted by relevance
37 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */ macro
36 # define MAP_HUGETLB 0x80000 /* Create huge page mapping. */ macro
38 # define MAP_HUGETLB 0x40000 /* Create huge page mapping. */ macro
38 # define MAP_HUGETLB 0x100000 /* Create huge page mapping. */ macro
41 # define MAP_HUGETLB 0x80000 /* Create a huge page mapping */ macro
129 return MAP_HUGETLB | (__builtin_ctzll (pagesize) << MAP_HUGE_SHIFT); in hugepage_flags()
Completed in 5 milliseconds