Searched refs:MAP_HUGETLB (Results 1 - 8 of 8) sorted by relevance

/arch/powerpc/include/uapi/asm/
H A Dmman.h29 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
/arch/tile/include/uapi/asm/
H A Dmman.h31 #define MAP_HUGETLB 0x4000 /* create a huge page mapping */ macro
/arch/sparc/include/uapi/asm/
H A Dmman.h24 #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ macro
/arch/alpha/include/uapi/asm/
H A Dmman.h32 #define MAP_HUGETLB 0x100000 /* create a huge page mapping */ macro
67 * When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size.
/arch/mips/include/uapi/asm/
H A Dmman.h50 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
91 * When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size.
/arch/parisc/include/uapi/asm/
H A Dmman.h26 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
74 * When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size.
/arch/xtensa/include/uapi/asm/
H A Dmman.h57 #define MAP_HUGETLB 0x80000 /* create a huge page mapping */ macro
97 * When MAP_HUGETLB is set bits [26:31] encode the log2 of the huge page size.
/arch/metag/mm/
H A Dhugetlbpage.c45 if (vma && !(vma->vm_flags & MAP_HUGETLB))
52 if (!(vma->vm_flags & MAP_HUGETLB) &&
176 if (vma->vm_flags & MAP_HUGETLB) {

Completed in 276 milliseconds