162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H 362306a36Sopenharmony_ci#define TOOLS_ARCH_MIPS_UAPI_ASM_MMAN_FIX_H 462306a36Sopenharmony_ci#define MADV_DODUMP 17 562306a36Sopenharmony_ci#define MADV_DOFORK 11 662306a36Sopenharmony_ci#define MADV_DONTDUMP 16 762306a36Sopenharmony_ci#define MADV_DONTFORK 10 862306a36Sopenharmony_ci#define MADV_DONTNEED 4 962306a36Sopenharmony_ci#define MADV_FREE 8 1062306a36Sopenharmony_ci#define MADV_HUGEPAGE 14 1162306a36Sopenharmony_ci#define MADV_HWPOISON 100 1262306a36Sopenharmony_ci#define MADV_MERGEABLE 12 1362306a36Sopenharmony_ci#define MADV_NOHUGEPAGE 15 1462306a36Sopenharmony_ci#define MADV_NORMAL 0 1562306a36Sopenharmony_ci#define MADV_RANDOM 1 1662306a36Sopenharmony_ci#define MADV_REMOVE 9 1762306a36Sopenharmony_ci#define MADV_SEQUENTIAL 2 1862306a36Sopenharmony_ci#define MADV_UNMERGEABLE 13 1962306a36Sopenharmony_ci#define MADV_WILLNEED 3 2062306a36Sopenharmony_ci#define MAP_ANONYMOUS 0x0800 2162306a36Sopenharmony_ci#define MAP_DENYWRITE 0x2000 2262306a36Sopenharmony_ci#define MAP_EXECUTABLE 0x4000 2362306a36Sopenharmony_ci#define MAP_FILE 0 2462306a36Sopenharmony_ci#define MAP_FIXED 0x010 2562306a36Sopenharmony_ci#define MAP_GROWSDOWN 0x1000 2662306a36Sopenharmony_ci#define MAP_HUGETLB 0x80000 2762306a36Sopenharmony_ci#define MAP_LOCKED 0x8000 2862306a36Sopenharmony_ci#define MAP_NONBLOCK 0x20000 2962306a36Sopenharmony_ci#define MAP_NORESERVE 0x0400 3062306a36Sopenharmony_ci#define MAP_POPULATE 0x10000 3162306a36Sopenharmony_ci#define MAP_STACK 0x40000 3262306a36Sopenharmony_ci#define PROT_EXEC 0x04 3362306a36Sopenharmony_ci#define PROT_GROWSDOWN 0x01000000 3462306a36Sopenharmony_ci#define PROT_GROWSUP 0x02000000 3562306a36Sopenharmony_ci#define PROT_NONE 0x00 3662306a36Sopenharmony_ci#define PROT_READ 0x01 3762306a36Sopenharmony_ci#define PROT_SEM 0x10 3862306a36Sopenharmony_ci#define PROT_WRITE 0x02 3962306a36Sopenharmony_ci/* MADV_SOFT_OFFLINE is undefined on mips, fix it for perf */ 4062306a36Sopenharmony_ci#define MADV_SOFT_OFFLINE 101 4162306a36Sopenharmony_ci/* MAP_32BIT is undefined on mips, fix it for perf */ 4262306a36Sopenharmony_ci#define MAP_32BIT 0 4362306a36Sopenharmony_ci/* MAP_UNINITIALIZED is undefined on mips, fix it for perf */ 4462306a36Sopenharmony_ci#define MAP_UNINITIALIZED 0 4562306a36Sopenharmony_ci#endif 46