Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mem_32.c File Reference
#include <linux/mm.h>
#include <asm/page.h>
#include <asm/mman.h>

Go to the source code of this file.

Functions

 __initcall (gate_vma_init)
 
struct vm_area_structget_gate_vma (struct mm_struct *mm)
 
int in_gate_area_no_mm (unsigned long addr)
 
int in_gate_area (struct mm_struct *mm, unsigned long addr)
 

Function Documentation

__initcall ( gate_vma_init  )
struct vm_area_struct* get_gate_vma ( struct mm_struct mm)
read

Definition at line 30 of file mem_32.c.

int in_gate_area ( struct mm_struct mm,
unsigned long  addr 
)

Definition at line 46 of file mem_32.c.

int in_gate_area_no_mm ( unsigned long  addr)

Definition at line 35 of file mem_32.c.