Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mman.h File Reference
#include <asm-generic/mman-common.h>
#include <arch/chip.h>

Go to the source code of this file.

Macros

#define MAP_POPULATE   0x0040 /* populate (prefault) pagetables */
 
#define MAP_NONBLOCK   0x0080 /* do not block on IO */
 
#define MAP_GROWSDOWN   0x0100 /* stack-like segment */
 
#define MAP_STACK   MAP_GROWSDOWN /* provide convenience alias */
 
#define MAP_LOCKED   0x0200 /* pages are locked */
 
#define MAP_NORESERVE   0x0400 /* don't check for reservations */
 
#define MAP_DENYWRITE   0x0800 /* ETXTBSY */
 
#define MAP_EXECUTABLE   0x1000 /* mark it as an executable */
 
#define MAP_HUGETLB   0x4000 /* create a huge page mapping */
 
#define MCL_CURRENT   1 /* lock all current mappings */
 
#define MCL_FUTURE   2 /* lock all future mappings */
 

Macro Definition Documentation

#define MAP_DENYWRITE   0x0800 /* ETXTBSY */

Definition at line 29 of file mman.h.

#define MAP_EXECUTABLE   0x1000 /* mark it as an executable */

Definition at line 30 of file mman.h.

#define MAP_GROWSDOWN   0x0100 /* stack-like segment */

Definition at line 25 of file mman.h.

#define MAP_HUGETLB   0x4000 /* create a huge page mapping */

Definition at line 31 of file mman.h.

#define MAP_LOCKED   0x0200 /* pages are locked */

Definition at line 27 of file mman.h.

#define MAP_NONBLOCK   0x0080 /* do not block on IO */

Definition at line 24 of file mman.h.

#define MAP_NORESERVE   0x0400 /* don't check for reservations */

Definition at line 28 of file mman.h.

#define MAP_POPULATE   0x0040 /* populate (prefault) pagetables */

Definition at line 23 of file mman.h.

#define MAP_STACK   MAP_GROWSDOWN /* provide convenience alias */

Definition at line 26 of file mman.h.

#define MCL_CURRENT   1 /* lock all current mappings */

Definition at line 37 of file mman.h.

#define MCL_FUTURE   2 /* lock all future mappings */

Definition at line 38 of file mman.h.