Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
proc_mm_op Struct Reference

#include <proc_mm.h>

Data Fields

int op
 
union {
   struct mm_mmap   mmap
 
   struct mm_munmap   munmap
 
   struct mm_mprotect   mprotect
 
   int   copy_segments
 
u
 

Detailed Description

Definition at line 34 of file proc_mm.h.

Field Documentation

int copy_segments

Definition at line 40 of file proc_mm.h.

Definition at line 37 of file proc_mm.h.

struct mm_mprotect mprotect

Definition at line 39 of file proc_mm.h.

struct mm_munmap munmap

Definition at line 38 of file proc_mm.h.

Definition at line 35 of file proc_mm.h.

union { ... } u

The documentation for this struct was generated from the following file: