diff options
Diffstat (limited to 'tools/arch/mips/include/uapi/asm')
| -rw-r--r-- | tools/arch/mips/include/uapi/asm/mman.h | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/tools/arch/mips/include/uapi/asm/mman.h b/tools/arch/mips/include/uapi/asm/mman.h new file mode 100644 index 000000000000..db88fa41e74c --- /dev/null +++ b/tools/arch/mips/include/uapi/asm/mman.h | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | #ifndef TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H | ||
| 2 | #define TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H | ||
| 3 | #define MADV_DODUMP 17 | ||
| 4 | #define MADV_DOFORK 11 | ||
| 5 | #define MADV_DONTDUMP 16 | ||
| 6 | #define MADV_DONTFORK 10 | ||
| 7 | #define MADV_DONTNEED 4 | ||
| 8 | #define MADV_HUGEPAGE 14 | ||
| 9 | #define MADV_HWPOISON 100 | ||
| 10 | #define MADV_MERGEABLE 12 | ||
| 11 | #define MADV_NOHUGEPAGE 15 | ||
| 12 | #define MADV_NORMAL 0 | ||
| 13 | #define MADV_RANDOM 1 | ||
| 14 | #define MADV_REMOVE 9 | ||
| 15 | #define MADV_SEQUENTIAL 2 | ||
| 16 | #define MADV_UNMERGEABLE 13 | ||
| 17 | #define MADV_WILLNEED 3 | ||
| 18 | #define MAP_ANONYMOUS 0x0800 | ||
| 19 | #define MAP_DENYWRITE 0x2000 | ||
| 20 | #define MAP_EXECUTABLE 0x4000 | ||
| 21 | #define MAP_FILE 0 | ||
| 22 | #define MAP_FIXED 0x010 | ||
| 23 | #define MAP_GROWSDOWN 0x1000 | ||
| 24 | #define MAP_HUGETLB 0x80000 | ||
| 25 | #define MAP_LOCKED 0x8000 | ||
| 26 | #define MAP_NONBLOCK 0x20000 | ||
| 27 | #define MAP_NORESERVE 0x0400 | ||
| 28 | #define MAP_POPULATE 0x10000 | ||
| 29 | #define MAP_PRIVATE 0x002 | ||
| 30 | #define MAP_SHARED 0x001 | ||
| 31 | #define MAP_STACK 0x40000 | ||
| 32 | #define PROT_EXEC 0x04 | ||
| 33 | #define PROT_GROWSDOWN 0x01000000 | ||
| 34 | #define PROT_GROWSUP 0x02000000 | ||
| 35 | #define PROT_NONE 0x00 | ||
| 36 | #define PROT_READ 0x01 | ||
| 37 | #define PROT_SEM 0x10 | ||
| 38 | #define PROT_WRITE 0x02 | ||
| 39 | #endif | ||
