Searched refs:MAP_HUGE_MASK (Results 1 – 7 of 7) sorted by relevance
72 #define MAP_HUGE_MASK 0x3f macro
75 #define MAP_HUGE_MASK 0x3f macro
78 #define MAP_HUGE_MASK 0x3f macro
105 #define MAP_HUGE_MASK 0x3f macro
117 #define MAP_HUGE_MASK 0x3f macro
32 #define MAP_HUGE_MASK 0x3f macro
1449 (flags >> MAP_HUGE_SHIFT) & MAP_HUGE_MASK); in SYSCALL_DEFINE6()