sys/src/vmsmmap.c File Reference

#include <linux/config.h>
#include <linux/slab.h>
#include <linux/shm.h>
#include <linux/mman.h>
#include <linux/pagemap.h>
#include <linux/swap.h>
#include <linux/swapctl.h>
#include <linux/smp_lock.h>
#include <linux/init.h>
#include <linux/file.h>
#include <linux/fs.h>
#include <linux/personality.h>
#include <asm/uaccess.h>
#include <asm/pgalloc.h>
#include <ipldef.h>
#include <phddef.h>
#include <rdedef.h>
#include <va_rangedef.h>
#include <dyndef.h>
#include <queue.h>
#include <misc_routines.h>
#include <exe_routines.h>
#include <rabdef.h>
#include <fabdef.h>

Go to the source code of this file.

Defines

#define _trans(x, bit1, bit2)   ((bit1==bit2)?(x&bit1):(x&bit1)?bit2:0)
#define validate_mm(mm)   do { } while (0)

Functions

struct vm_area_struct * find_vma_intersection2 (struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr)
int vm_enough_memory (long pages)
void lock_vma_mappings (struct vm_area_struct *vma)
void unlock_vma_mappings (struct vm_area_struct *vma)
asmlinkage unsigned long sys_brk (unsigned long brk)
unsigned long do_mmap_pgoff (struct file *file, unsigned long addr, unsigned long len, unsigned long prot, unsigned long flags, unsigned long pgoff)
unsigned long get_unmapped_area (struct file *file, unsigned long addr, unsigned long len, unsigned long pgoff, unsigned long flags)
struct vm_area_struct * find_vma (struct mm_struct *mm, unsigned long addr)
struct vm_area_struct * find_vma_prev (struct mm_struct *mm, unsigned long addr, struct vm_area_struct **prev)
struct vm_area_struct * find_extend_vma (struct mm_struct *mm, unsigned long addr)
int do_munmap (struct mm_struct *mm, unsigned long addr, size_t len)
asmlinkage long sys_munmap (unsigned long addr, size_t len)
unsigned long do_brk (unsigned long addr, unsigned long len)
void exit_mmap (struct mm_struct *mm)

Variables

pgprot_t protection_map [16]
int sysctl_overcommit_memory


Define Documentation

#define _trans ( x,
bit1,
bit2   )     ((bit1==bit2)?(x&bit1):(x&bit1)?bit2:0)

#define validate_mm ( mm   )     do { } while (0)

Definition at line 246 of file vmsmmap.c.


Function Documentation

unsigned long do_brk ( unsigned long  addr,
unsigned long  len 
)

unsigned long do_mmap_pgoff ( struct file *  file,
unsigned long  addr,
unsigned long  len,
unsigned long  prot,
unsigned long  flags,
unsigned long  pgoff 
)

int do_munmap ( struct mm_struct *  mm,
unsigned long  addr,
size_t  len 
)

void exit_mmap ( struct mm_struct *  mm  ) 

struct vm_area_struct* find_extend_vma ( struct mm_struct *  mm,
unsigned long  addr 
) [read]

Definition at line 617 of file vmsmmap.c.

References find_vma(), make_pages_present(), _rde::rde_l_flags, and _rde::rde_ps_start_va.

struct vm_area_struct* find_vma ( struct mm_struct *  mm,
unsigned long  addr 
) [read]

struct vm_area_struct * find_vma_intersection2 ( struct mm_struct *  mm,
unsigned long  start_addr,
unsigned long  end_addr 
) [read]

Definition at line 639 of file vmsmmap.c.

References find_vma(), and _rde::rde_ps_start_va.

Referenced by sys_brk().

struct vm_area_struct* find_vma_prev ( struct mm_struct *  mm,
unsigned long  addr,
struct vm_area_struct **  prev 
) [read]

unsigned long get_unmapped_area ( struct file *  file,
unsigned long  addr,
unsigned long  len,
unsigned long  pgoff,
unsigned long  flags 
)

Definition at line 570 of file vmsmmap.c.

Referenced by do_mmap_pgoff(), and do_mremap().

void lock_vma_mappings ( struct vm_area_struct *  vma  ) 

Definition at line 117 of file vmsmmap.c.

asmlinkage unsigned long sys_brk ( unsigned long  brk  ) 

Definition at line 150 of file vmsmmap.c.

References do_brk(), do_munmap(), find_vma_intersection2(), and vm_enough_memory().

asmlinkage long sys_munmap ( unsigned long  addr,
size_t  len 
)

Definition at line 917 of file vmsmmap.c.

References do_munmap().

void unlock_vma_mappings ( struct vm_area_struct *  vma  ) 

Definition at line 130 of file vmsmmap.c.

int vm_enough_memory ( long  pages  ) 

Definition at line 72 of file vmsmmap.c.

References swapper_space, and sysctl_overcommit_memory.

Referenced by do_brk(), do_mmap_pgoff(), do_mremap(), module_init(), and sys_brk().


Variable Documentation

pgprot_t protection_map[16]

Initial value:

 {
        __P000, __P001, __P010, __P011, __P100, __P101, __P110, __P111,
        __S000, __S001, __S010, __S011, __S100, __S101, __S110, __S111
}

Definition at line 62 of file vmsmmap.c.

Referenced by do_brk(), and do_mmap_pgoff().

Definition at line 67 of file vmsmmap.c.

Referenced by vm_enough_memory().


Generated on Fri Oct 9 10:26:05 2009 for FreeVMS by  doxygen 1.5.5