Home
last modified time | relevance | path

Searched refs:MAP_HUGETLB (Results 1 – 12 of 12) sorted by relevance

/linux-3.4.99/tools/testing/selftests/vm/
Dmap_hugetlb.c21 #ifndef MAP_HUGETLB
22 #define MAP_HUGETLB 0x40000 /* arch specific */ macro
28 #define FLAGS (MAP_PRIVATE | MAP_ANONYMOUS | MAP_HUGETLB | MAP_FIXED)
31 #define FLAGS (MAP_PRIVATE | MAP_ANONYMOUS | MAP_HUGETLB)
/linux-3.4.99/include/asm-generic/
Dmman.h14 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/tile/include/asm/
Dmman.h31 #define MAP_HUGETLB 0x4000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/sparc/include/asm/
Dmman.h24 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/xtensa/include/asm/
Dmman.h57 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/alpha/include/asm/
Dmman.h32 #define MAP_HUGETLB 0x100000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/mips/include/asm/
Dmman.h50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/powerpc/include/asm/
Dmman.h29 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
/linux-3.4.99/arch/parisc/include/asm/
Dmman.h26 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
/linux-3.4.99/Documentation/vm/
D00-INDEX20 - an example program that uses the MAP_HUGETLB mmap flag.
Dhugetlbpage.txt291 MAP_HUGETLB. Users who wish to use hugetlb page via shared memory segment
296 without MAP_HUGETLB. For an example of how to use mmap with MAP_HUGETLB see
/linux-3.4.99/mm/
Dmmap.c1157 if (unlikely(flags & MAP_HUGETLB)) in SYSCALL_DEFINE6()
1164 } else if (flags & MAP_HUGETLB) { in SYSCALL_DEFINE6()