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

#include <pgtable.h>

Data Fields

struct list_head list
 
struct mm_structmm
 
unsigned longtable
 
unsigned long asce
 
struct list_head crst_list
 

Detailed Description

struct gmap_struct - guest address space : pointer to the parent mm_struct : pointer to the page directory : address space control element for gmap page table : list of all crst tables used in the guest address space

Definition at line 701 of file pgtable.h.

Field Documentation

unsigned long asce

Definition at line 705 of file pgtable.h.

struct list_head crst_list

Definition at line 706 of file pgtable.h.

Definition at line 702 of file pgtable.h.

Definition at line 703 of file pgtable.h.

unsigned long* table

Definition at line 704 of file pgtable.h.


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