Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
mn10300
include
uapi
asm
mman.h
Go to the documentation of this file.
1
#include <
asm-generic/mman.h
>
2
3
#define MIN_MAP_ADDR PAGE_SIZE
/* minimum fixed mmap address */
4
5
#define arch_mmap_check(addr, len, flags) \
6
(((flags) & MAP_FIXED && (addr) < MIN_MAP_ADDR) ? -EINVAL : 0)
Generated on Thu Jan 10 2013 12:49:57 for Linux Kernel by
1.8.2