Linux Kernel
3.7.1
|
#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) |