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

#include <mm_types.h>

Data Fields

struct rb_node vm_rb
 
vm_flags_t vm_flags
 
unsigned long vm_start
 
unsigned long vm_end
 
unsigned long vm_top
 
unsigned long vm_pgoff
 
struct filevm_file
 
int vm_usage
 
bool vm_icache_flushed: 1
 

Detailed Description

Definition at line 206 of file mm_types.h.

Field Documentation

unsigned long vm_end

Definition at line 210 of file mm_types.h.

struct file* vm_file

Definition at line 213 of file mm_types.h.

vm_flags_t vm_flags

Definition at line 208 of file mm_types.h.

bool vm_icache_flushed

Definition at line 216 of file mm_types.h.

unsigned long vm_pgoff

Definition at line 212 of file mm_types.h.

struct rb_node vm_rb

Definition at line 207 of file mm_types.h.

unsigned long vm_start

Definition at line 209 of file mm_types.h.

unsigned long vm_top

Definition at line 211 of file mm_types.h.

int vm_usage

Definition at line 215 of file mm_types.h.


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