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.h>

Go to the source code of this file.

Macros

#define MIN_MAP_ADDR   PAGE_SIZE /* minimum fixed mmap address */
 
#define arch_mmap_check(addr, len, flags)   (((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0)
 

Macro Definition Documentation

#define arch_mmap_check (   addr,
  len,
  flags 
)    (((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0)

Definition at line 5 of file mman.h.

#define MIN_MAP_ADDR   PAGE_SIZE /* minimum fixed mmap address */

Definition at line 3 of file mman.h.