mman.h (d85ddd1318e66c0c2665dbfcbc21a8b66c9152aa) mman.h (12564485ed8caac3c18572793ec01330792c7191)
1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2/*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License
5 * as published by the Free Software Foundation; either version
6 * 2 of the License, or (at your option) any later version.
7 */
8#ifndef _UAPI_ASM_POWERPC_MMAN_H
9#define _UAPI_ASM_POWERPC_MMAN_H
10
11#include <asm-generic/mman-common.h>
12
13
1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2/*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU General Public License
5 * as published by the Free Software Foundation; either version
6 * 2 of the License, or (at your option) any later version.
7 */
8#ifndef _UAPI_ASM_POWERPC_MMAN_H
9#define _UAPI_ASM_POWERPC_MMAN_H
10
11#include <asm-generic/mman-common.h>
12
13
14#define PROT_SAO 0x10 /* Unsupported since v5.9 */
14#define PROT_SAO 0x10 /* Strong Access Ordering */
15
16#define MAP_RENAME MAP_ANONYMOUS /* In SunOS terminology */
17#define MAP_NORESERVE 0x40 /* don't reserve swap pages */
18#define MAP_LOCKED 0x80
19
20#define MAP_GROWSDOWN 0x0100 /* stack-like segment */
21#define MAP_DENYWRITE 0x0800 /* ETXTBSY */
22#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */

--- 13 unchanged lines hidden ---
15
16#define MAP_RENAME MAP_ANONYMOUS /* In SunOS terminology */
17#define MAP_NORESERVE 0x40 /* don't reserve swap pages */
18#define MAP_LOCKED 0x80
19
20#define MAP_GROWSDOWN 0x0100 /* stack-like segment */
21#define MAP_DENYWRITE 0x0800 /* ETXTBSY */
22#define MAP_EXECUTABLE 0x1000 /* mark it as an executable */

--- 13 unchanged lines hidden ---