#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/shm.h>
#include <linux/sched.h>
#include <linux/io.h>
#include <linux/personality.h>
#include <linux/random.h>
#include <asm/cachetype.h>
Go to the source code of this file.
|
unsigned long | arch_get_unmapped_area (struct file *filp, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags) |
|
unsigned long | arch_get_unmapped_area_topdown (struct file *filp, const unsigned long addr0, const unsigned long len, const unsigned long pgoff, const unsigned long flags) |
|
void | arch_pick_mmap_layout (struct mm_struct *mm) |
|
int | valid_phys_addr_range (unsigned long addr, size_t size) |
|
int | valid_mmap_phys_addr_range (unsigned long pfn, size_t size) |
|
#define COLOUR_ALIGN |
( |
|
addr, |
|
|
|
pgoff |
|
) |
| |
Value:
Definition at line 26 of file mmap.c.
#define MIN_GAP (128*1024*1024UL) |
int valid_mmap_phys_addr_range |
( |
unsigned long |
pfn, |
|
|
size_t |
size |
|
) |
| |