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

#include <xen.h>

Data Fields

unsigned int cmd
 
union {
   xen_pfn_t   mfn
 
   unsigned long   linear_addr
 
arg1
 
union {
   unsigned int   nr_ents
 
   void *   vcpumask
 
arg2
 

Detailed Description

Definition at line 188 of file xen.h.

Field Documentation

union { ... } arg1
union { ... } arg2
unsigned int cmd

Definition at line 189 of file xen.h.

unsigned long linear_addr

Definition at line 194 of file xen.h.

xen_pfn_t mfn

Definition at line 192 of file xen.h.

unsigned int nr_ents

Definition at line 198 of file xen.h.

void* vcpumask

Definition at line 200 of file xen.h.


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