Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
proc_mm.h File Reference

Go to the source code of this file.

Data Structures

struct  mm_mmap
 
struct  mm_munmap
 
struct  mm_mprotect
 
struct  proc_mm_op
 

Macros

#define MM_MMAP   54
 
#define MM_MUNMAP   55
 
#define MM_MPROTECT   56
 
#define MM_COPY_SEGMENTS   57
 

Macro Definition Documentation

#define MM_COPY_SEGMENTS   57

Definition at line 12 of file proc_mm.h.

#define MM_MMAP   54

Definition at line 9 of file proc_mm.h.

#define MM_MPROTECT   56

Definition at line 11 of file proc_mm.h.

#define MM_MUNMAP   55

Definition at line 10 of file proc_mm.h.