Searched refs:MAP_HUGETLB (Results 1 – 12 of 12) sorted by relevance
21 #ifndef MAP_HUGETLB22 #define MAP_HUGETLB 0x40000 /* arch specific */ macro28 #define FLAGS (MAP_PRIVATE | MAP_ANONYMOUS | MAP_HUGETLB | MAP_FIXED)31 #define FLAGS (MAP_PRIVATE | MAP_ANONYMOUS | MAP_HUGETLB)
14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
31 #define MAP_HUGETLB 0x4000 /* create a huge page mapping */ macro
24 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
57 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
32 #define MAP_HUGETLB 0x100000 /* create a huge page mapping */ macro
50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
29 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
26 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
20 - an example program that uses the MAP_HUGETLB mmap flag.
291 MAP_HUGETLB. Users who wish to use hugetlb page via shared memory segment296 without MAP_HUGETLB. For an example of how to use mmap with MAP_HUGETLB see
1157 if (unlikely(flags & MAP_HUGETLB)) in SYSCALL_DEFINE6()1164 } else if (flags & MAP_HUGETLB) { in SYSCALL_DEFINE6()